This commit is contained in:
Ollie Taylor
2023-02-23 13:28:04 +00:00
parent 1336175d8a
commit 8260a2078f
5 changed files with 10 additions and 10 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()],
});