Project

General

Profile

« Previous | Next » 

Revision 58575

[Explore|Trunk]

update properties and file versions

View differences:

server.ts
12 12
// Express server
13 13
const app = express();
14 14

  
15
const PORT = process.env.PORT || 6000;
15
const PORT = process.env.PORT || 3000;
16 16
const DIST_FOLDER = join(process.cwd(), 'dist');
17 17

  
18 18
// Our index.html we'll use as our template

Also available in: Unified diff