framework · inferred from evidence
SvelteKit
A web framework for Svelte mentioned in Supabase's server-framework documentation.
- Unable to get @axiomhq/js working in Vite: SyntaxError: Unexpected token 'export'
What this covers: Migrating from @axiomhq/axiom-node to @axiomhq/js in a SvelteKit/Vite app. The fix that worked: The package's ESM build used `export *` re-exports that Vite's SSR module runner could not parse.
- Unable to get @axiomhq/js working in Vite: SyntaxError: Unexpected token 'export'
How to fix: Unable to get @axiomhq/js working in Vite: SyntaxError: Unexpected token 'export'. The verified fix from the maintainer thread, distilled into reusable steps.
- passage-node constructor fails in Remix app (Vite SSR import error)
How to fix: passage-node constructor fails in Remix app (Vite SSR import error). The verified fix from the maintainer thread, distilled into reusable steps.