~starkingdoms/starkingdoms

ref: 364d4a85a2f9f86d7c719da1b2ee51ca7244e1df starkingdoms/starkingdoms-client/svelte.config.js -rw-r--r-- 230 bytes
364d4a85 — ghostly_zsh repo synchronization between computers 1 year, 3 months ago
                                                                                
1
2
3
4
5
6
7
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";

export default {
  // Consult https://svelte.dev/docs#compile-time-svelte-preprocess
  // for more information about preprocessors
  preprocess: vitePreprocess(),
};