Skip to content

Commit

Permalink
Added dist subtree
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyAphid committed Sep 4, 2024
1 parent c4382dd commit 68156ac
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,19 @@ export default defineConfig({
plugins: [
vue(),
],

server: {
port: 3000
},

resolve: {
alias: {
'@': fileURLToPath(new URL('./', import.meta.url))
}
}
},

build: {
chunkSizeWarningLimit: 1024, // Set to a higher value (e.g., 1000 kB)
},

})

0 comments on commit 68156ac

Please sign in to comment.