diff --git a/.gitignore b/.gitignore index 80ee01b..9c38af7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,6 @@ docs/_book # TODO: where does this rule come from? test/ -/node_modules \ No newline at end of file +/node_modules + +/dist \ No newline at end of file diff --git a/plugs/api/index.ts b/plugs/api/index.ts index 5b3b3a7..27f5b93 100644 --- a/plugs/api/index.ts +++ b/plugs/api/index.ts @@ -6,3 +6,4 @@ export * as user from './user'; export * as buffer from './buffer'; export * as config from './config'; export * as pub from './public'; +export * as base from './base';