🦴 Add viewer backbone

This commit is contained in:
Baptiste Arnaud
2021-12-23 16:31:56 +01:00
parent 9a78a341d2
commit d369b4d941
24 changed files with 576 additions and 182 deletions

View File

@@ -11,13 +11,12 @@
"db:nuke": "docker-compose down --volumes --remove-orphans",
"dev": "dotenv -e .env yarn docker:up && dotenv -e .env turbo run dev --parallel",
"build": "dotenv -e .env turbo run build",
"build:builder": "yarn build --scope=builder --includeDependencies",
"test": "dotenv -e .env turbo run dev test",
"lint": "turbo run lint"
},
"devDependencies": {
"dotenv-cli": "^4.1.0",
"turbo": "^1.0.19"
"dotenv-cli": "^4.1.1",
"turbo": "^1.0.23"
},
"turbo": {
"baseBranch": "origin/main",