serve static

This commit is contained in:
counterweight 2025-02-09 18:47:04 +01:00
parent cd56664442
commit d7ef06b487
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
6 changed files with 9 additions and 3 deletions

View file

@ -17,10 +17,9 @@
"start": "node src/app.js",
"start:containers": "docker compose up -d --build",
"stop:containers": "docker compose down",
"purge-dev-data": "rm -rf ./container-data",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}
}