Front v3 #43

Merged
bytegrip merged 13 commits from front-v3 into master 2023-12-08 22:39:37 +00:00
Showing only changes of commit b74cb462cd - Show all commits

View File

@@ -1,6 +1,7 @@
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
import fs from 'fs'
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()],