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