Skip to content

Commit 02b8dfc

Browse files

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

runtime/hybrid/runtime.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ type Runtime struct {
1111
runtime polycode.Runtime
1212
}
1313

14+
func (r Runtime) AppConfig() polycode.AppConfig {
15+
return r.runtime.AppConfig()
16+
}
17+
1418
func (r Runtime) Name() string {
1519
return "Hybrid"
1620
}

0 commit comments

Comments
 (0)