export default { schema: "prisma/schema.prisma", migrations: { path: "prisma/migrations", }, datasource: { url: "file:./wikirace.db", }, };