rename index to app
This commit is contained in:
parent
2c1c1bd774
commit
ca2b2f2e8d
2 changed files with 2 additions and 2 deletions
|
|
@ -10,9 +10,9 @@
|
||||||
"uuid": "^11.0.5"
|
"uuid": "^11.0.5"
|
||||||
},
|
},
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js",
|
"start": "node app.js",
|
||||||
"start:containers": "docker compose up -d --build",
|
"start:containers": "docker compose up -d --build",
|
||||||
"stop:containers": "docker compose down",
|
"stop:containers": "docker compose down",
|
||||||
"purge-dev-data": "rm -rf ./container-data",
|
"purge-dev-data": "rm -rf ./container-data",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue