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 49bbd79 commit 6abdab0Copy full SHA for 6abdab0
packages/commandkit/src/cli/build.ts
@@ -70,6 +70,7 @@ export async function buildApplication({
70
sourcemap: true,
71
target: 'node16',
72
outDir: dest,
73
+ env: config.env || {},
74
entry: [
75
'src',
76
`!${config.distDir}`,
0 commit comments