Grischa Erbe
Grischa Erbe
in next.config.js the package `dotenv` is used to merge a .env file into `process.env` environment variables: ``` const { parsed: localEnv } = require("dotenv").config(); module.exports = { publicRuntimeConfig: { CONTACT_EMAIL:...
@aexol Thanks for your effort & the clarification that the schema is against the spec, I was already suspecting that. The schema is generated automatically based on the setup of...
Thanks again for your effort and the quick fix @aexol. I'm not sure if I understand you correctly. Is it that the schema contains types that are not implemented anywhere...
Ah, i see. So e.g. the interface `GlobalSetInterface` has not been implemented by any `type` but is marked as the return type of the query `globalSets` which renders the schema...
Hey @amr3k, thanks so much, very much looking forward to this! PRs are merged into the main branch. You can also change the branch to merge into of this PR.
I changed the root branch of this PR to `main` :)
Hm, I don't know. Do you have this button? Anyways, looking forward to that one!!
This might also fix the color differences in #87
You are right, the `` component was a bit of a quick shot. Actually I didn't come across the post-processing library you are referring to before. It looks like it's...
So with the new monorepo we could have a package `@threlte/postprocessing`, what do you think?