Closed XaveScor closed 3 weeks ago
Need to add the extensions to imports and reexports
export { createMutation, type Mutation } from "./mutation/mutation";
to
export { createMutation, type Mutation } from "./mutation/mutation.mjs";
Need to add the extensions to imports and reexports
to