This commit is contained in:
James Cole
2025-01-26 14:29:11 +01:00
parent 5ab52d9f66
commit 8a6eaad2bb

View File

@@ -82,7 +82,7 @@ export default defineConfig(({command, mode, isSsrBuild, isPreview}) => {
server: {
cors: { origin: 'http://[::1]:5173' },
origin: 'http://127.0.0.1:8000',
watch: {
usePolling: true,
},