From 591a675edf55240cb05bc84a85e7c170f31b6ae1 Mon Sep 17 00:00:00 2001 From: mengyxu Date: Wed, 6 Nov 2024 09:35:17 +0800 Subject: [PATCH] update --- .gitignore | 4 +++- plugs/api/index.ts | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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';