We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa65e2 commit c10f185Copy full SHA for c10f185
packages/nest/src/bin/build.ts
workbench/nest/package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"generate:workflows": "node ../scripts/generate-workflows-registry.js src/workflows src/lib/_workflow.ts",
7
"predev": "pnpm generate:workflows",
8
- "prebuild": "pnpm generate:workflows && workflow-nest-build",
+ "prebuild": "pnpm generate:workflows && workflow build --target vercel-build-output-api",
9
"dev": "nest start --watch",
10
"build": "nest build",
11
"start": "node dist/main"
@@ -27,7 +27,6 @@
27
"workflow": "workspace:*"
28
},
29
"devDependencies": {
30
- "@workflow/nest": "workspace:*",
31
"@ai-sdk/react": "2.0.76",
32
"@nestjs/cli": "^11.0.0",
33
"@nestjs/schematics": "^11.0.0",
0 commit comments