You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the payload/payload.config.ts is not correctly setup to work with create-payload-app cli which requires both // database-adapter-config-start and // database-adapter-config-end to work correctly.
Unfortunately, the tests in create-payload-app do not attempt to cover this ‘template’, presumably because it is outside of the payload monorepo. Perhaps, testing npx create-payload-app here would be appropriate.
It seems that the payload/payload.config.ts is not correctly setup to work with create-payload-app cli which requires both
// database-adapter-config-start
and// database-adapter-config-end
to work correctly.07d9eb8#diff-a761e1902224d7e0a1c9362b0894878afe1b1fbc5b216b88c30c8595f76d8e9b
Unfortunately, the tests in create-payload-app do not attempt to cover this ‘template’, presumably because it is outside of the payload monorepo. Perhaps, testing
npx create-payload-app
here would be appropriate.#33
The text was updated successfully, but these errors were encountered: