Prod/Dev mode

This commit is contained in:
James Pattinson
2025-11-11 16:59:58 +00:00
parent d173b13bb9
commit d42b7cb307
6 changed files with 140 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ export default defineConfig({
host: true,
port: 3000,
strictPort: true,
allowedHosts: ['sasaprod', 'localhost'],
allowedHosts: ['sasaprod', 'localhost', 'members.sasalliance.org'],
watch: {
usePolling: true
},