🔨 Add plugin.json back to top

This commit is contained in:
frostime 2024-01-15 20:21:53 +08:00
parent e6a7277f8a
commit bf21514b99
2 changed files with 5 additions and 0 deletions

View file

@ -30,6 +30,10 @@ export default defineConfig({
{
src: "./README*.md",
dest: "./",
},
{
src: "./plugin.json",
dest: "./",
}
],
}),
@ -77,6 +81,7 @@ export default defineConfig({
const files = await fg([
'public/**',
'./README*.md',
'./plugin.json'
]);
for (let file of files) {
this.addWatchFile(file);