Skip to content

Commit

Permalink
fix: 🐛 文件找不到
Browse files Browse the repository at this point in the history
  • Loading branch information
WeilinerL committed Nov 21, 2024
1 parent 407f8d1 commit d864204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/bin/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { default: inquirer } = require('inquirer')
const dirname = 'docs'
const cwd = process.cwd()
const docsPath = path.resolve(cwd, dirname)
const templatePath = path.resolve(__dirname, '../template/docs')
const templatePath = path.resolve(__dirname, '../dist/template/docs')

function genDocs(overwrite = false) {
if (overwrite) {
Expand Down

0 comments on commit d864204

Please sign in to comment.