enso/app/ide-desktop/config.js
Michał Wawrzyniec Urbańczyk 14a01c4635
New IDE build script (#3466)
2022-05-23 04:16:04 +02:00

7 lines
206 B
JavaScript

/**
* Configuration options that are only used by the JavaScript part of the project.
*/
export const defaultLogServerPort = 20060
export const defaultLogServerHost = `localhost:${defaultLogServerPort}`