feat: local caching for dev

This commit is contained in:
Cory Dransfeldt 2024-11-16 17:02:32 -08:00
parent c70fc72952
commit 522d8ca48a
No known key found for this signature in database
21 changed files with 375 additions and 326 deletions

View file

@ -7,6 +7,12 @@ export default defineConfig({
adapter: cloudflare(),
integrations: [react()],
vite: {
build: {
sourcemap: false,
},
optimizeDeps: {
include: ["@tabler/icons-react"],
},
resolve: {
alias: {
"@cdransf": "node_modules/@cdransf",