implementierung der ersten schritte eine komplett-suite

This commit is contained in:
Torsten Schulz (local)
2026-06-19 15:47:32 +02:00
parent 111b37b287
commit 542fae089c
62 changed files with 11924 additions and 669 deletions

View File

@@ -34,13 +34,14 @@ export default defineConfig({
}
},
server: {
host: true,
allowedHosts: ['trainer.localhost', 'club.localhost', 'player.localhost'],
port: 5000,
watch: {
usePolling: true,
},
hmr: {
protocol: 'ws',
host: 'localhost',
port: 5000,
}
},