lots of stuff

This commit is contained in:
counterweight 2025-02-05 13:21:00 +01:00
parent 6868860a85
commit 992450e9d3
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
6 changed files with 43 additions and 2 deletions

View file

@ -8,6 +8,8 @@
"main": "index.js",
"scripts": {
"start": "node index.js",
"start:containers": "docker compose up -d --build",
"stop:containers": "docker compose down",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],