feat: local caching for dev
This commit is contained in:
parent
c70fc72952
commit
522d8ca48a
21 changed files with 375 additions and 326 deletions
|
@ -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",
|
||||
|
|
Reference in a new issue