Skip to content

Commit 9b55ded

Browse files
authored
feat: nest vite config under svelte config (#152)
1 parent af11eed commit 9b55ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const frameworks = {
154154
'vue.config.*': [],
155155
'nuxt.config.*': [],
156156
'next.config.*': ['next-env.d.ts'],
157-
'svelte.config.*': ['mdsvex.config.js'],
157+
'svelte.config.*': ['mdsvex.config.js', 'vite.config.*'],
158158
'remix.config.*': ['remix.*'],
159159
'artisan': ['server.php', 'webpack.mix.js'],
160160
'astro.config.*': [],

0 commit comments

Comments
 (0)