adding data-services
This commit is contained in:
parent
e3bfd05b90
commit
405b818c86
139 changed files with 55943 additions and 416 deletions
|
|
@ -5,6 +5,7 @@
|
|||
"description": "Advanced trading bot with microservice architecture", "scripts": {
|
||||
"dev": "turbo run dev",
|
||||
"build": "turbo run build",
|
||||
"build:libs": "pwsh ./scripts/build-libs.ps1",
|
||||
"test": "turbo run test",
|
||||
"lint": "turbo run lint",
|
||||
"clean": "turbo run clean",
|
||||
|
|
@ -25,7 +26,8 @@
|
|||
|
||||
"dev:full": "npm run infra:up && npm run docker:admin && turbo run dev",
|
||||
"dev:clean": "npm run infra:reset && npm run dev:full"
|
||||
},"workspaces": [
|
||||
}, "workspaces": [
|
||||
"libs/*",
|
||||
"packages/*",
|
||||
"apps/*/*"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue