separe init processes

separate processes to initialise:
- express server
- osc server
- osc client
This commit is contained in:
cv
2021-06-04 12:15:31 +02:00
parent e37837723e
commit ae4363f6f6
3 changed files with 47 additions and 20 deletions
+1
View File
@@ -11,5 +11,6 @@ export const config = {
},
osc: {
port: 8888,
portOut: 8889,
},
};