Beginning campaign UI and WS to get player state.

This commit is contained in:
Clément Pons
2025-11-12 17:53:48 +01:00
parent 3ed9ab3dce
commit dd4191bea6
32 changed files with 4225 additions and 132 deletions

View File

@@ -130,6 +130,7 @@ export default defineNuxtConfig({
preset: 'bun',
experimental: {
tasks: true,
websocket: true,
},
watchOptions: {
usePolling: true,