Skip to content

Commit

Permalink
fix:f修复案例中kkt-ssr不存在
Browse files Browse the repository at this point in the history
  • Loading branch information
SunLxy committed Nov 12, 2022
1 parent 3d1a97b commit 511a969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions core/bin/ssr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node

require('../lib/index');
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"module": "esm/index.js",
"types": "lib/index.d.ts",
"bin": {
"kkt-ssr": "lib/index.js"
"kkt-ssr": "bin/ssr"
},
"scripts": {
"build": "tsbb build",
Expand Down

0 comments on commit 511a969

Please sign in to comment.