File size: 111 Bytes
55f4ded
78b7482
754dca5
afb9fa1
3f35ef0
afb9fa1
1
2
3
4
5
6
7
// setup.sc
"Server boooting ...".postln;
s.boot;
"FoxDot starting ...".postln;
FoxDot.start;
"READY!".postln;