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:
parent
ac3cae6d72
commit
f32e7a27ae
@ -7,4 +7,7 @@ export default defineConfig({
|
|||||||
optimizeDeps: {
|
optimizeDeps: {
|
||||||
exclude: [],
|
exclude: [],
|
||||||
},
|
},
|
||||||
|
server: {
|
||||||
|
strictPort: true
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user