CSS anpassen
This commit is contained in:
@@ -6,6 +6,6 @@ module.exports = {
|
||||
},
|
||||
|
||||
server: {
|
||||
port: Number(process.env.PORT) || 3000
|
||||
port: Number(process.env.PORT) || 10000
|
||||
}
|
||||
};
|
||||
@@ -37,6 +37,7 @@ wss.on("connection", (ws) => {
|
||||
try {
|
||||
const data = JSON.parse(msg);
|
||||
|
||||
console.log("Message from WSS: " + msg);
|
||||
if (data.type === "jog") {
|
||||
fluid.jog(data.axis, data.value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user