Migrating from @axiomhq/axiom-node to @axiomhq/js in a SvelteKit/Vite app. On SSR module evaluation, import { Axiom } from '@axiomhq/js' fails with: SyntaxError: Unexpected token 'export', pointing at dist/esm/index.js line 1 (export * from './client';). The setup code was otherwise unchanged from the working axiom-node version.