mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
fix: disable autoload dotenv (#11)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -183,6 +183,7 @@ async function buildTarget(projectRoot: string, target: string, outdir: string,
|
||||
process.execPath,
|
||||
'build',
|
||||
'--compile',
|
||||
'--no-compile-autoload-dotenv',
|
||||
`--feature=${featureFlag}`,
|
||||
`--target=${target}`,
|
||||
`--outfile=${outfile}`,
|
||||
|
||||
Reference in New Issue
Block a user