Skip to content

Commit

Permalink
chore: 重命名template
Browse files Browse the repository at this point in the history
  • Loading branch information
zonemeen committed Jan 29, 2024
1 parent 5e722fd commit 10a82c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qrcode/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default async (options: CommandOptions) => {

const indexPath = resolve(
__dirname,
process.env.IS_DEV === 'true' ? '../../views/index.html' : '../views/index.html'
process.env.IS_DEV === 'true' ? '../../template/index.html' : '../template/index.html'
)

let htmlContent = readFileSync(indexPath, 'utf8')
Expand Down
File renamed without changes.

0 comments on commit 10a82c5

Please sign in to comment.