mpellegrini / fullstack-typescript-monorepo-starter

1 stars 1 forks source link

fix(apps/sveltekit-example-app): add back vite preprocess #172

Closed mpellegrini closed 1 month ago

mpellegrini commented 1 month ago

It was initially thought that vitePreprocess was not needed with Svelte 5 but its unclear if this ever was a true statement. Adding it back for now.