small refactor

This commit is contained in:
counterweight 2025-02-21 16:58:00 +01:00
parent 39f6fe49d1
commit 72aeed411a
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 3 additions and 3 deletions

View file

@ -18,8 +18,8 @@
"main": "src/app.js",
"scripts": {
"start": "node src/app.js",
"start:containers": "docker compose up -d --build",
"stop:containers": "docker compose down",
"start:container": "docker compose up -d --build",
"stop:container": "docker compose down",
"cli": "node src/cli.js",
"test": "playwright test",
"lint": "eslint . --fix",