fixing package.json

This commit is contained in:
Bojan Kucera 2025-06-07 13:42:05 -04:00
parent 3b8135d04b
commit 15dd03c0ec
3 changed files with 15 additions and 1199 deletions

View file

@ -18,6 +18,7 @@
"lint": "turbo run lint",
"clean": "turbo run clean",
"start": "turbo run start",
"clean:dist": "rimraf **/dist",
"backtest": "turbo run backtest",
"docker:start": "powershell ./scripts/docker.ps1 start",
"docker:stop": "powershell ./scripts/docker.ps1 stop",
@ -35,7 +36,7 @@
},
"workspaces": [
"libs/*",
"apps/*/*"
"apps/*"
],
"devDependencies": {
"@types/node": "^20.12.12",