This commit is contained in:
chk
2026-03-09 19:29:46 +01:00
commit 0cd5c16ae2
583 changed files with 72518 additions and 0 deletions

13
server/config/config.js Normal file
View File

@@ -0,0 +1,13 @@
module.exports = {
fluidnc: {
host: "fluidncsilver.local",
port: 81,
reconnectDelay: 30000
},
server: {
port: 3000
}
};