Files
ontime/server/electron.config.js
T
Carlos Valente dfef6d4e79 ux: macOS (#251)
2022-11-12 07:57:12 +01:00

13 lines
257 B
JavaScript

module.exports = {
appIni: {
mainWindowWait: 2000,
},
reactAppUrl: {
development: 'http://localhost:3000/editor',
production: 'http://localhost:4001/editor',
},
externalUrls: {
help: 'https://cpvalente.gitbook.io/ontime/',
},
};