0
0
mirror of https://github.com/sammwyy/MikuMikuBeam.git synced 2025-06-30 02:31:13 +00:00

fix: enable strictPort for vite to prevent CORS error

This commit is contained in:
IvanCodeslol 2025-01-24 23:22:28 +02:00
parent ac3cae6d72
commit f32e7a27ae
No known key found for this signature in database
GPG Key ID: A20FA826657B6454

View File

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