move frontend to a cmd too for consistency

This commit is contained in:
2024-12-22 21:40:21 +01:00
parent ebd82475fd
commit 3bfc20cb21
34 changed files with 3 additions and 3 deletions

View File

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