This commit is contained in:
2026-02-02 14:49:45 +08:00
parent 69df2803c0
commit 1955f097b0

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/use-config",
"version": "1.0.29",
"version": "1.0.30",
"types": "dist/config.d.ts",
"scripts": {
"build": "npm run clean && code-builder build --dts",
@@ -31,7 +31,7 @@
"./context": "./dist/app.js",
"./file-store": "./dist/app.js",
"./env": "./dist/app.js",
"./env-config": "./src/env-config.ts"
"./env-config.ts": "./src/env-config.ts"
},
"peerDependencies": {
"dotenv": "^17"