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:
parent
969103d111
commit
96fea09b3f
3 changed files with 10 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue