sbt/run/src
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
..
main Implement client-side run 2025-03-02 20:45:04 -05:00
test/scala/sbt Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00