From a6dbc636c9fc575b53934713abefeceedb06164e Mon Sep 17 00:00:00 2001 From: greatsquare0 Date: Tue, 29 Oct 2024 13:51:13 -0300 Subject: [PATCH] Small fix --- src/run_tweego.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run_tweego.ts b/src/run_tweego.ts index f51dbc1..fa75f4e 100644 --- a/src/run_tweego.ts +++ b/src/run_tweego.ts @@ -22,7 +22,7 @@ export class Tweenode { constructor(setupOptions?: TweenodeSetupConfig) { this.setupConfig = { ...loadedConfig.setup, ...setupOptions } - this.buildConfig = { ...loadedConfig.build } + this.buildConfig = { ...loadedConfig.build! } this.childProcess = undefined this.isRunning = false this.stdio = undefined