mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
feat: improve reconnect, add ESLint configuration for common and socket
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"dev:socket": "dotenv -e .env -- pnpm --filter socket dev",
|
||||
"build": "pnpm -r run build",
|
||||
"start": "pnpm -r --parallel run start",
|
||||
"clean": "pnpm -r exec rm -rf dist node_modules"
|
||||
"clean": "pnpm -r exec rm -rf dist node_modules",
|
||||
"lint": "pnpm -r run lint"
|
||||
},
|
||||
"devDependencies": {
|
||||
"dotenv-cli": "^10.0.0",
|
||||
|
||||
Reference in New Issue
Block a user