refactor: remove old deprecated fresh config file

This commit is contained in:
Julien Oculi 2025-06-23 11:37:16 +02:00
parent 1cc3ce65eb
commit f6825a9321

View file

@ -1,11 +0,0 @@
import { defineConfig } from '$fresh/server.ts'
import { cssBundler } from '@jotsr/smart-css-bundler/fresh'
export default defineConfig({
plugins: [
cssBundler(
['./src/stylesheets/main.css'], //TODO fix bundler out paths , { bundleSubDir: 'css' }
{ externalPaths: ['assets'] },
),
],
})