Automatic deploy 29000794

This commit is contained in:
Renan LE CARO 2025-02-20 11:34:11 +01:00
parent 80fa8e6329
commit 54512644ab
10 changed files with 876 additions and 730 deletions

View file

@ -4,13 +4,15 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon editserver.js --watch editserver.js "
"start": "nodemon editserver.js --watch editserver.js ",
"serve": "http-server app/src/main/assets -o"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.3",
"express": "^4.21.2",
"http-server": "^14.1.1",
"nodemon": "^3.1.9"
}
}