4 lines
84 B
JavaScript
4 lines
84 B
JavaScript
const SERVER_PORT = process.env.SERVER_PORT ?? 8080;
|
|
|
|
module.exports = SERVER_PORT;
|