From 093c6f0445b269741e81adfd8b62a9df6eb35541 Mon Sep 17 00:00:00 2001 From: Wahyu Budi Saputra Date: Tue, 31 Oct 2023 20:38:54 +0800 Subject: [PATCH] feat: add boot file --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index a7ec642..387264f 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,11 @@ "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" + }, + "./boot": { + "types": "./dist/boot.d.ts", + "import": "./dist/boot.js", + "require": "./dist/boot.cjs" } }, "keywords": [