Open KieranTravers opened 3 months ago
I think due to the PR #19 , theres a issue in the seeding process, when running yarn seed?
yarn seed
problem is in: https://github.com/mercurjs/mercur-api-starter/blob/1a784c68d72967c0a9ddf3b6f8cd0c1a5823336d/src/api/middlewares.ts#L16
is cors(adminCors)
I think due to the PR #19 , theres a issue in the seeding process, when running
yarn seed
?