mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-22 06:00:31 -04:00
Automatic deploy 29000794
This commit is contained in:
parent
80fa8e6329
commit
54512644ab
10 changed files with 876 additions and 730 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue