Local develop setup with docker (#1103)

* Add local live kit backend run setup
This commit is contained in:
Enrico Schwendig
2023-06-12 15:52:27 +02:00
committed by GitHub
parent 4dcd1e176f
commit 0192ed70ea
10 changed files with 341 additions and 1 deletions

View File

@@ -14,7 +14,8 @@
"lint:types": "tsc",
"i18n": "node_modules/i18next-parser/bin/cli.js",
"i18n:check": "node_modules/i18next-parser/bin/cli.js --fail-on-warnings --fail-on-update",
"test": "jest"
"test": "jest",
"backend": "docker-compose -f backend-docker-compose.yml up"
},
"dependencies": {
"@juggle/resize-observer": "^3.3.1",