Merge pull request #920 from trheyi/main

feat: Add ConsoleMode configuration to runtime settings
This commit is contained in:
Max 2025-04-04 18:27:34 +08:00 committed by GitHub
commit fed99ab7d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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