~starkingdoms/starkingdoms

ref: dccdf4a4ecca0e0029b58f2d3167bc2e7aad62f1 starkingdoms/starkingdoms-client/svelte.config.js -rw-r--r-- 230 bytes
dccdf4a4 — core savefile decoder 2 years 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(),
};