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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
#3077 5f95b1c
Thanks @benjie! - CLIs will now correctly
auto-import graphile.config.mts files (previously graphile.config.ts files
worked, but graphile.config.mts files would be ignored). With all major
versions of Node.js now having native support for type stripping and
require(esm), we recommend moving your configuration files to TypeScript
(using ESM and erasable syntax only).