Skip to content

Commit 90b2805

Browse files
committed
🐛 fix: vite.config.ts
1 parent 881ff60 commit 90b2805

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

vite.config.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ export default defineConfig({
3434
{
3535
src: "./plugin.json",
3636
dest: "./",
37+
},
38+
{
39+
src: "./preview.png",
40+
dest: "./",
41+
},
42+
{
43+
src: "./icon.png",
44+
dest: "./",
3745
}
3846
],
3947
}),
@@ -79,7 +87,7 @@ export default defineConfig({
7987
name: 'watch-external',
8088
async buildStart() {
8189
const files = await fg([
82-
'public/**',
90+
'public/i18n/**',
8391
'./README*.md',
8492
'./plugin.json'
8593
]);

0 commit comments

Comments
 (0)