Add prettierc/workspace config

This commit is contained in:
Ralex91
2024-02-01 19:10:40 +01:00
parent c2db3810ac
commit 6c7f31a6d4
33 changed files with 278 additions and 153 deletions

View File

@@ -2,6 +2,9 @@
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "node ./src/index.js"
},
"dependencies": {
"socket.io": "^4.7.4"
}