rename index to app

This commit is contained in:
counterweight 2025-02-08 15:59:09 +01:00
parent 2c1c1bd774
commit ca2b2f2e8d
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 2 additions and 2 deletions

View file

View file

@ -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",