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": { "*": {