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
Error: Could not load config file at file://[...]houdini.config.js.
Unknown file extension ".ts" for [...]/fileScalar.ts
Is this somehow possible? I'd like to prevent copying over code since changes in serialization won't automatically adapt!
In my server side pothos builder I can simply add:
Yea it's not (yet) supported since the config file has to be imported by a node process. It would be possible to support by detecting the typescript config file and compiling it to javascript before we run our processes but I haven't found the time to implement it. If this is something you want to try, let me know and I'd gladly offer whatever guidance you need
I very much see that point. I'm gonna give this a shot in the next weeks or so and I'll get back to you before opening a PR. Thanks for the quick response!
Describe the feature
Posting this here because I reached the 2000 char Discord limit and the discussion section of this repo is disabled.
I would like to import my scalar File serializer:
in my houdini config:
which doesn't work:
Is this somehow possible? I'd like to prevent copying over code since changes in serialization won't automatically adapt!
In my server side pothos builder I can simply add:
Criticality
nice to have
The text was updated successfully, but these errors were encountered: