moved into src

This commit is contained in:
counterweight 2025-02-08 16:12:54 +01:00
parent ca2b2f2e8d
commit d8a72e5978
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
6 changed files with 4 additions and 3 deletions

View file

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