Shows how to get repo export and walk it in TypeScript
walktherepo.wisp.place
1import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
2
3/** @type {import("@sveltejs/vite-plugin-svelte").SvelteConfig} */
4export default {
5 // Consult https://svelte.dev/docs#compile-time-svelte-preprocess
6 // for more information about preprocessors
7 preprocess: vitePreprocess(),
8};