~starkingdoms/starkingdoms

ref: e61313080d272fa90fbafbc4c6c59e3ea6ca0338 starkingdoms/web/vite.config.ts -rw-r--r-- 203 bytes
e6131308 — core netcode: entity map important things 5 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()] });