🔨 Add plugin.json back to top
This commit is contained in:
parent
e6a7277f8a
commit
bf21514b99
2 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,10 @@ export default defineConfig({
|
||||||
{
|
{
|
||||||
src: "./README*.md",
|
src: "./README*.md",
|
||||||
dest: "./",
|
dest: "./",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
src: "./plugin.json",
|
||||||
|
dest: "./",
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
|
@ -77,6 +81,7 @@ export default defineConfig({
|
||||||
const files = await fg([
|
const files = await fg([
|
||||||
'public/**',
|
'public/**',
|
||||||
'./README*.md',
|
'./README*.md',
|
||||||
|
'./plugin.json'
|
||||||
]);
|
]);
|
||||||
for (let file of files) {
|
for (let file of files) {
|
||||||
this.addWatchFile(file);
|
this.addWatchFile(file);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue