From ebc6d04502dfc00b7beae7ae99a6ed26bdd820e3 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Thu, 19 Feb 2026 20:41:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E8=87=B3=200.0.3=EF=BC=8C=E5=B9=B6=E6=B7=BB=E5=8A=A0=20exports?= =?UTF-8?q?=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 031b9f7..a66acf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevisual/gitea", - "version": "0.0.2", + "version": "0.0.3", "description": "", "scripts": { "build": "bun run bun.config.ts" @@ -19,5 +19,11 @@ }, "publishConfig": { "access": "public" + }, + "exports": { + ".": { + "import": "./dist/app.js", + "types": "./dist/app.d.ts" + } } } \ No newline at end of file