Export buildConfig
under different name
#8483
Arctomachine
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently
buildConfig
is default export ofpayload.config.ts
. But it is also named import inpayload
package. And when reexported directly, it confuses auto imports in code editor, so import has to be written manually when using local api.Instead add and export local variable that references
buildConfig
:Beta Was this translation helpful? Give feedback.
All reactions