feat: add server and frontend initial - wood chopping

This commit is contained in:
2026-09-05 16:37:45 +05:00
parent c79681dc59
commit f6c338e1b0
28 changed files with 1857 additions and 195 deletions
+3
View File
@@ -6,11 +6,14 @@
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "tsx src/index.ts",
"smoke": "node smoke.mjs",
"build": "tsc --noEmit",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@idle/shared": "workspace:*",
"@twurple/auth": "^8.0.0",
"@twurple/chat": "^8.0.0",
"sirv": "^3.0.0",
"ws": "^8.18.0"
},