This commit is contained in:
James Cole
2025-01-26 14:26:17 +01:00
parent 21a327bf08
commit 5ab52d9f66
2 changed files with 9 additions and 0 deletions

View File

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