super-godot-galaxy / vite.config.ts
HugoDzz's picture
feat: add smg build
0dd88bc
raw
history blame contribute delete
No virus
144 Bytes
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
});