@@ -0,0 +1,12 @@
import * as dotenv from 'dotenv'
dotenv.config()
import { Server } from './src/Server.js'
const {
PPP2_PORT,
PPP2_SALT
} = process.env
const server = new Server({ salt: PPP2_SALT })
server.listen(process.env.PPP2_PORT || 8090)
The note is not visible to the blocked user.