Fix scripts

This commit is contained in:
Sugui 2024-03-30 12:08:35 +01:00
parent 2267142f93
commit 0ff505de37
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
"express-list-endpoints": "^6.0.0"
},
"scripts": {
"start": "bun run index.ts",
"docker-dev": "bun --hot run index.ts",
"start": "bun run src/index.ts",
"docker-dev": "bun --hot run src/index.ts",
"dev": "docker compose down -v && docker compose up",
"test": "docker compose down -v && docker compose run fe-middleware bun test"
}