Commit 2c7ada7
committed
runner: update entrypoint to use new config loader
Updates the EPP runner to use the refactored loader functions.
The flow is updated to:
1. `loader.LoadRawConfig` to parse bytes and retrieve feature gates.
2. Initialize the plugin handle.
3. `loader.InstantiateAndConfigure` to build the final configuration.1 parent 446318b commit 2c7ada7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
471 | | - | |
| 471 | + | |
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | | - | |
| 497 | + | |
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| |||
0 commit comments