Skip to content

Commit

Permalink
feat: add boot file
Browse files Browse the repository at this point in the history
  • Loading branch information
wahyubucil committed Oct 31, 2023
1 parent 7360b1b commit 093c6f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 093c6f0

Please # to comment.