🚀 Init bot-engine

This commit is contained in:
Baptiste Arnaud
2021-12-08 09:33:25 +01:00
parent 641ba3db8a
commit 9dbad1dbab
16 changed files with 1943 additions and 9 deletions

View File

@@ -10,6 +10,7 @@
"builder": "yarn workspace builder",
"viewer": "yarn workspace viewer",
"db": "yarn workspace db",
"bot-engine": "yarn workspace bot-engine",
"db:up": "docker-compose up -d && yarn db prisma db push",
"db:nuke": "docker-compose down --volumes --remove-orphans",
"dev": "concurrently -n builder,viewer \"yarn builder dev\" \"yarn viewer dev\"",