Private
Public Access
1
0

chg: pkg: update the vite related stuff because CORS and React errors - reinit the miration #4

This commit is contained in:
2026-04-11 15:50:53 +02:00
parent 5b55a6ce73
commit 85a440017c
4 changed files with 16 additions and 57 deletions

View File

@@ -28,6 +28,11 @@ export default defineConfig({
},
},
},
server: {
cors: {
origin: ['https://mine.local', 'http://mine.local'],
},
},
css: {
preprocessorOptions: {
scss: {