~starkingdoms/starkingdoms

ref: 36e42d01d1c6c18c29e65c09e9cb57f8be6b8e96 starkingdoms/starkingdoms-client/svelte.config.js -rw-r--r-- 230 bytes
36e42d01 — core fix imports 1 year, 11 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(),
};