anvil/striker-ui-api/lib/consts/SERVER_PORT.js
2022-03-18 22:50:40 -04:00

4 lines
84 B
JavaScript

const SERVER_PORT = process.env.SERVER_PORT ?? 8080;
module.exports = SERVER_PORT;