~starkingdoms/starkingdoms

ref: ef9617d9f635854f76118d1596af43c086ad1cbe starkingdoms/web/vite.config.ts -rw-r--r-- 203 bytes
ef9617d9 — core Revert "netcode: fix up PlanetDto and try to figure out flickering" 8 days ago
                                                                                
1
2
3
4
5
import tailwindcss from '@tailwindcss/vite';
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';

export default defineConfig({ plugins: [tailwindcss(), sveltekit()] });