mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 17:57:09 +00:00
Fix vite
This commit is contained in:
@@ -82,7 +82,7 @@ export default defineConfig(({command, mode, isSsrBuild, isPreview}) => {
|
|||||||
|
|
||||||
|
|
||||||
server: {
|
server: {
|
||||||
cors: { origin: 'http://[::1]:5173' },
|
origin: 'http://127.0.0.1:8000',
|
||||||
watch: {
|
watch: {
|
||||||
usePolling: true,
|
usePolling: true,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user