From dec0f00be17c1d11e519c2ad496d660160a38964 Mon Sep 17 00:00:00 2001 From: rgehbt Date: Sat, 25 May 2024 00:47:44 +0800 Subject: [PATCH] chore(type): env.d.ts add exports --- packages/start/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/start/package.json b/packages/start/package.json index b750c985d..47d0b2602 100644 --- a/packages/start/package.json +++ b/packages/start/package.json @@ -33,7 +33,11 @@ "./server/spa": "./dist/server/spa/index.jsx", "./client": "./dist/client/index.jsx", "./client/islands": "./dist/client/islands.jsx", - "./client/spa": "./dist/client/spa/index.jsx" + "./client/spa": "./dist/client/spa/index.jsx", + "./env": { + "types": "./env.d.ts", + "import": null + } }, "typesVersions": { "*": {