sbt/run/src/main
Eugene Yokota 67265638c6 Implement client-side run
**Problem**
`run` task blocks the server, but during the run the server is just
waiting for the built program to finish.

**Solution**
This implements client-side run where the server creates a sandbox
environment, and sends the information to the client,
and the client forks a new JVM to perform the run.
2025-03-02 20:45:04 -05:00
..
contraband migrate ForkOptions to Contraband 2017-05-12 05:22:08 -04:00
contraband-scala/sbt regen contraband 2020-12-21 17:21:54 +00:00
scala/sbt Implement client-side run 2025-03-02 20:45:04 -05:00