diff --git a/package.json b/package.json index a08205c..e728f1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevisual/use-config", - "version": "1.0.27", + "version": "1.0.28", "types": "dist/config.d.ts", "scripts": { "build": "npm run clean && code-builder build --dts", diff --git a/src/index.ts b/src/index.ts index d8725fa..5108718 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1,3 @@ -export * from './env.ts' \ No newline at end of file +export * from './env.ts' + +export * from './context.ts' \ No newline at end of file