This commit is contained in:
Harivansh Rathi 2026-04-01 02:27:08 +00:00
parent 7ae2b7a71c
commit 4ac6275dbf
20 changed files with 83 additions and 83 deletions

View file

@ -5,6 +5,6 @@ const config = loadConfig();
const app = createApp(config);
app.listen(config.port, "0.0.0.0", () => {
console.log(`aiNAS control plane listening on port ${config.port}`);
console.log(`betterNAS control plane listening on port ${config.port}`);
});