From f7c1e79c2be3c5ecd31a83ed041a341471b72d36 Mon Sep 17 00:00:00 2001 From: krigga Date: Thu, 15 Feb 2024 14:38:03 +0300 Subject: [PATCH] chore: update exports --- src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index ee4453f..9b25edc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -13,6 +13,7 @@ export { UIProvider } from './ui/UIProvider'; export { Config } from './config/Config'; // plugin support -export { Args, Runner } from './cli/Runner'; +export { Args, Runner, RunnerContext } from './cli/Runner'; export { PluginRunner, Plugin } from './config/Plugin'; +export { CustomNetwork } from './config/CustomNetwork'; export { buildOne, buildAll } from './build';