"wasp compile" is not documented or I'm missing something?
Hi, I was messing on Wasp CLI internals earlier, and I found there is a command called
compile https://github.com/wasp-lang/wasp/blob/53ee9297f9c781bd82453d5364c64272d1f33911/waspc/cli/exe/Main.hs#L46 but I don't see it being documented on cli --help page nor here https://wasp-lang.dev/docs/cli#. Is it the same as wasp start minus the running web server part?