split up http into adapters
This commit is contained in:
parent
afc1843fdb
commit
d67d07cba6
11 changed files with 230 additions and 228 deletions
|
|
@ -39,7 +39,9 @@
|
|||
"infra:down": "docker-compose down",
|
||||
"infra:reset": "docker-compose down -v && docker-compose up -d dragonfly postgres questdb mongodb",
|
||||
"dev:full": "npm run infra:up && npm run docker:admin && turbo run dev",
|
||||
"dev:clean": "npm run infra:reset && npm run dev:full"
|
||||
"dev:clean": "npm run infra:reset && npm run dev:full",
|
||||
"proxy": "bun run ./apps/data-service/src/proxy-demo.ts"
|
||||
|
||||
},
|
||||
"workspaces": [
|
||||
"libs/*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue