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 51a4944 commit 18b8af5Copy full SHA for 18b8af5
workbench/fastify/package.json
@@ -8,7 +8,9 @@
8
"scripts": {
9
"generate:workflows": "node ../scripts/generate-workflows-registry.js",
10
"predev": "pnpm generate:workflows",
11
- "prebuild": "pnpm generate:workflows",
+ "copy:index": "mkdir -p public && cp index.html public/index.html",
12
+ "prebuild": "pnpm generate:workflows && pnpm copy:index",
13
+ "postbuild": "rm -f public/index.html",
14
"build": "nitro build",
15
"dev": "nitro dev",
16
"start": "node .output/server/index.mjs"
0 commit comments