Skip to content

Commit

Permalink
fix: change dev scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Mar 14, 2024
1 parent 30cd4c2 commit 127c6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/picgo-plugin-bootstrap/vite.config.ts
Expand Up @@ -94,7 +94,7 @@ export default defineConfig({
//监听静态资源文件
name: "watch-external",
async buildStart() {
const files = await fg(["src/i18n/*.json", "./README*.md", "./plugin.json"])
const files = await fg(["src/i18n/*.json", "../../README*.md", "../../plugin.json"])
for (const file of files) {
this.addWatchFile(file)
}
Expand Down

0 comments on commit 127c6ab

Please sign in to comment.