Init multiplayer
All checks were successful
Deploy Feature / deploy-feature (push) Successful in 28s
All checks were successful
Deploy Feature / deploy-feature (push) Successful in 28s
This commit is contained in:
@@ -6,10 +6,12 @@
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"generate:data": "tsx scripts/generate-data-manifest.ts",
|
||||
"preview": "vite preview"
|
||||
"preview": "vite preview",
|
||||
"realtime:server": "tsx server/realtime-server.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.2.47"
|
||||
"vue": "^3.2.47",
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^2.3.4",
|
||||
|
||||
Reference in New Issue
Block a user