selfhostable, read-only reddit client
16
fork

Configure Feed

Select the types of activity you want to include in your feed.

another oopsie

Akshay 98b2cbc0 3ebbadea

+1 -1
+1 -1
src/index.js
··· 29 29 ); 30 30 app.use("/", routes); 31 31 32 - const port = process.env.READIT_PORT; 32 + const port = process.env.LURKER_PORT; 33 33 const server = app.listen(port ? port : 3000, () => { 34 34 console.log(`started on ${server.address().port}`); 35 35 });