diff --git a/runtime/runtime.go b/runtime/runtime.go index f092947a..3cec989c 100644 --- a/runtime/runtime.go +++ b/runtime/runtime.go @@ -30,6 +30,7 @@ func Start(cfg config.Config) error { ContextTimeout: cfg.Runtime.ContextTimeout, Import: cfg.Runtime.Import, Debug: debug, + ConsoleMode: cfg.Mode, } // Read the tsconfig.json