Merge pull request #30 from 0xivb/main

This commit is contained in:
Sammwy 2025-01-24 19:29:16 -03:00 committed by GitHub
commit 37ab437480
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,4 +7,7 @@ export default defineConfig({
optimizeDeps: { optimizeDeps: {
exclude: [], exclude: [],
}, },
server: {
strictPort: true
}
}); });