Server heavy refactoring 3 (not functionnal)

This commit is contained in:
Sebastien Riviere
2026-03-04 18:36:06 +01:00
parent 8046feadb0
commit e1b6c0e0c5
50 changed files with 6576 additions and 687 deletions

View File

@@ -1,14 +1,15 @@
{
"name": "traque-back",
"version": "1.0.0",
"description": "",
"private": true,
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"dev": "nodemon src/index.js"
"dev": "node --watch src/index.js"
},
"imports": {
"#*": "./src/*"
},
"author": "Quentin Roussel",
"license": "ISC",
"type": "module",
"dependencies": {
@@ -18,8 +19,5 @@
"multer": "^1.4.5-lts.1",
"random-location": "^1.1.3",
"socket.io": "^4.7.5"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}