Can I split up the main.wasp file into seperate files
Hey Everyone. I am really enjoying learning wasp and can easily see myself using this alot to make some of my web apps. I am just wondering is there anyway to split out the code in the
If not that would be a great thing for a future version of wasp to be able to do, would help with making the code abit more readable and manageable
main.wasp file into seperate files as I could easily see this file getting quite large and out of hand. What i mean is there a way to have a seperate file for all the routes (and maybe even break that until into sub routes), queries, jobs, actions, DB schemas. If not that would be a great thing for a future version of wasp to be able to do, would help with making the code abit more readable and manageable