We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e78483 commit abbe693Copy full SHA for abbe693
.changeset/orange-mugs-greet.md
@@ -0,0 +1,5 @@
1
+---
2
+'create-yuki-stack': patch
3
4
+
5
+fix bin path
cli/package.json
@@ -29,7 +29,7 @@
29
"main": "./dist/index.mjs",
30
"module": "./dist/index.mjs",
31
"types": "./dist/index.d.mts",
32
- "bin": "./dist/index.js",
+ "bin": "./dist/index.mjs",
33
"files": [
34
"dist",
35
"templates"
0 commit comments