New config file and update README

This commit is contained in:
Ralex
2024-09-22 14:16:10 +02:00
parent b5abfbb724
commit e775763914
10 changed files with 1099 additions and 476 deletions

View File

@@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"socket": "node ./socket/index.js",
"all": "concurrently --kill-others \"npm run start\" \"npm run socket\"",
"all": "npm run build && concurrently --kill-others \"npm run start\" \"npm run socket\"",
"all-dev": "concurrently --kill-others \"npm run dev\" \"npm run socket\"",
"lint": "next lint"
},