We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2a7e3 commit a8566e1Copy full SHA for a8566e1
1 file changed
index.js
@@ -19,6 +19,7 @@ async function main() {
19
const proc = Bun.spawn(['pnpm', 'run', 'build'], {
20
stdio: ['inherit', 'inherit', 'inherit'],
21
cwd: 'warp-drive/docs-viewer',
22
+ env: Object.assign({}, process.env, { HOSTNAME: 'https://warp-drive.io' }),
23
});
24
await proc.exited;
25
}
0 commit comments