Skip to content

Commit

Permalink
Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronnie5562 committed Aug 1, 2024
1 parent d4afe70 commit 06481fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docnet_frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ export default defineConfig({
alias: {
"@": path.resolve(__dirname, "./src"),
},
}
},
build: {
chunkSizeWarningLimit: 2000, // set your desired limit in KB
},
})

0 comments on commit 06481fb

Please sign in to comment.