Clean up v2.

This commit is contained in:
James Cole
2025-07-20 12:32:53 +02:00
parent 680f554981
commit a60882d5f5
8 changed files with 45 additions and 24 deletions

View File

@@ -83,7 +83,8 @@ export default defineConfig(({command, mode, isSsrBuild, isPreview}) => {
server: {
cors: true,
origin: 'https://192.168.96.154:5173',
// make sure this IP matches the IP of the dev machine.
origin: 'https://192.168.96.162:5173',
watch: {
usePolling: true,
},