lighthouse.js/server/config.js
Fillerino 1bcc272e0b Added the basic structure and fixed some issues!
Added the basic structure and fixed some issues!
Fixes #2, fixes # 3
2017-08-16 19:49:27 +02:00

3 lines
76 B
JavaScript

export const port = process.env.PORT || 3000;
export const baseApi = 'api';