1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00

fix some startup problems

This commit is contained in:
Fedor Katurov 2025-02-24 19:48:12 +07:00
parent 969103d111
commit 96fea09b3f
3 changed files with 10 additions and 3 deletions

View file

@ -5,6 +5,7 @@
"main": "index.js",
"license": "MIT",
"scripts": {
"environment": "docker-compose -f ./docker/docker-compose.yml up db -d",
"start": "node ./dist/index.js",
"dev": "NODE_ENV=dev node -r ts-node/register ./src/index.ts --config=./config.yml",
"build": "rm -rf ./dist && tsc && copyfiles -f ./config*.yml ./dist && copyfiles ./templates/*.md ./dist",