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
{{ message }}
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
I have snippets that I reuse in my queries, which I import from a file. That file import is aliased, configured both in Typescript and Vite (used in a Sveltekit app), but the client tries to resolve these imports and fails.
I have snippets that I reuse in my queries, which I import from a file. That file import is aliased, configured both in Typescript and Vite (used in a Sveltekit app), but the client tries to resolve these imports and fails.
Eg:
Resulting error:
Rewriting the asset snippet import to not use an alias fixes the error, but is an annoying workaround
EDIT: This is kinda redundant if this issue can't be resolved: #290
The text was updated successfully, but these errors were encountered: