This commit is contained in:
Ollie Taylor
2023-02-22 16:43:52 +00:00
parent 3553143f03
commit 4137cda798
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
plugins: [sveltekit()],
});