Skip to content

Commit bb1504b

Browse files
Add missing svelte.config.js
1 parent 3798a71 commit bb1504b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
2+
3+
const config = {
4+
preprocess: vitePreprocess(),
5+
}
6+
7+
export default config

0 commit comments

Comments
 (0)