fix: fix contextkey error

This commit is contained in:
2026-01-15 12:56:04 +08:00
parent 989de34e96
commit d46de28db9
2 changed files with 4 additions and 2 deletions

View File

@@ -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",

View File

@@ -1 +1,3 @@
export * from './env.ts'
export * from './env.ts'
export * from './context.ts'