Skip to content

Commit d864204

Browse files
committed
fix: 🐛 文件找不到
1 parent 407f8d1 commit d864204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/website/bin/init.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { default: inquirer } = require('inquirer')
66
const dirname = 'docs'
77
const cwd = process.cwd()
88
const docsPath = path.resolve(cwd, dirname)
9-
const templatePath = path.resolve(__dirname, '../template/docs')
9+
const templatePath = path.resolve(__dirname, '../dist/template/docs')
1010

1111
function genDocs(overwrite = false) {
1212
if (overwrite) {

0 commit comments

Comments
 (0)