You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, but how does one get the generator to work with Sveltekit? I see there's a page about Svelte / Sveltekit / Sapper, but there's no mention of Vite in there and I don't know how to configure Vite to run the generator...
Because of vitejs/vite#2579 it is currently not possible to use
typesafe-i18n
insidesveltekit
applications.A workaround is:
ssr
insidesvelte.config.cjs
export{u as getI18nSvelteStore};
toexport const getI18nSvelteStore = u;
insidenode_modules\typesafe-i18n\adapters\adapter-svelte.js
The text was updated successfully, but these errors were encountered: