Files
battleship/app/vite.config.ts
sparshg 0649cf1cdc init
2024-09-13 01:47:01 +05:30

7 lines
144 B
TypeScript

import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
});