viossa.net/package.json
Sheldon Cooper 38919f3a5a feat: add API
- try localhost:1225/search?search_term=akk
2025-09-11 23:15:08 -04:00

17 lines
465 B
JSON

{
"devDependencies": {
"turbo": "^2.5.4"
},
"packageManager": "pnpm@10.11.0",
"scripts": {
"build:vdb-backend": "npm run build -w apps/vdb-backend",
"build:vdn-static": "npm run build -w apps/vdn-static",
"run:dev:vdb-backend": "npm run dev -w apps/vdb-backend",
"run:dev:vdn-static": "npm run dev -w apps/vdn-static",
"run:dev:all": "run-p run:dev:vdb-backend run:dev:vdn-static"
},
"workspaces": [
"apps/vdb-backend",
"apps/vdn-static"
]
}