unexpected export *
export * used with module [project]/packages/database/generated/client.js [app-route] (ecmascript)
which is a CommonJS module with exports only available at runtime
List all export names manually (`export { a, b, c } from "..."`) or rewrite the module to ESM,
to avoid the additional runtime code.
unexpected export *
export * used with module [project]/packages/database/generated/client.js [app-route] (ecmascript)
which is a CommonJS module with exports only available at runtime
List all export names manually (`export { a, b, c } from "..."`) or rewrite the module to ESM,
to avoid the additional runtime code.