@@ -1,5 +1,6 @@
import { APP } from './app.js'
import config from './conf.json' with { type: 'json' };
// HTTP server
const koaApp = new APP();
koaApp.start(9010);
koaApp.start(parseInt(process.env.PORT || config.port || "9010"));
The note is not visible to the blocked user.