fix: Misc fixes

This commit is contained in:
Abhisek Datta
2026-01-08 13:50:21 +05:30
parent 8492fcf93d
commit aa2a6cc214
5 changed files with 9 additions and 15 deletions
+3
View File
@@ -149,6 +149,9 @@ func DefaultConfig() RuntimeConfig {
SkipEventLogging: false,
ExperimentalProxyMode: false,
TrustedPackages: []TrustedPackage{},
Sandbox: SandboxConfig{
Enabled: false,
},
},
DryRun: false,
InsecureInstallation: insecureInstallation,