Compare commits

..

No commits in common. "0472cf24f1d3023602754213356fb29eb14f3d2f" and "2267142f9355a4679e72ac756defb2f17cc7d73d" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -1,3 +0,0 @@
- Parametrize bot API url in env variable
- Encode images in base64
- Parametrize tags

View File

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