Compare commits
2 Commits
2267142f93
...
0472cf24f1
Author | SHA1 | Date |
---|---|---|
Sugui | 0472cf24f1 | |
Sugui | 0ff505de37 |
|
@ -0,0 +1,3 @@
|
||||||
|
- Parametrize bot API url in env variable
|
||||||
|
- Encode images in base64
|
||||||
|
- Parametrize tags
|
|
@ -17,8 +17,8 @@
|
||||||
"express-list-endpoints": "^6.0.0"
|
"express-list-endpoints": "^6.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "bun run index.ts",
|
"start": "bun run src/index.ts",
|
||||||
"docker-dev": "bun --hot run index.ts",
|
"docker-dev": "bun --hot run src/index.ts",
|
||||||
"dev": "docker compose down -v && docker compose up",
|
"dev": "docker compose down -v && docker compose up",
|
||||||
"test": "docker compose down -v && docker compose run fe-middleware bun test"
|
"test": "docker compose down -v && docker compose run fe-middleware bun test"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue