~starkingdoms/starkingdoms

ref: 435a0e13328cf430b1cb629699ec5551344d9d48 starkingdoms/web/vite.config.ts -rw-r--r-- 203 bytes
435a0e13 — core Revert "working on making the game work with this networking" 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()] });