Hi. I found in source code a lot of "generated" code. How can I re generate it again ?
馃挕聽Hint: Mention RunLLM in the thread for followups.
How generate ui, in app directory
馃挕聽Hint: Mention RunLLM in the thread for followups.
馃挕聽Hint: Mention RunLLM in the thread for followups.
馃挕聽Hint: Mention RunLLM in the thread for followups.
Hi Andrei, I believe the bot here is correct. Those __generated__ files under app/src/pages/... are created by Relay, which compiles all the GraphQL queries in the app against the local schema. If you鈥檝e changed a query or updated the GraphQL schema, you can regenerate everything with just pnpm relay or to run the build with the full build set up, it's pnpm run build I think if you only modified one query, it鈥檚 fine to just rerun the compiler; it鈥檒l detect and update the affected files automatically Could you try this out and let me know if it resolves the issue?
