Add concurrently

This commit is contained in:
Ralex91
2024-02-08 16:32:05 +01:00
parent 31122b9d2f
commit 8a9b8df7d2
14 changed files with 252 additions and 298 deletions

View File

@@ -1,12 +1,3 @@
{
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "node ./src/index.js"
},
"dependencies": {
"socket.io": "^4.7.4",
"yup": "^1.3.3"
}
"type": "module"
}