mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 10:53:51 +00:00
ux: macOS (#251)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
appIni: {
|
||||
mainWindowWait: 2000,
|
||||
},
|
||||
reactAppUrl: {
|
||||
development: 'http://localhost:3000/editor',
|
||||
production: 'http://localhost:4001/editor',
|
||||
},
|
||||
externalUrls: {
|
||||
help: 'https://cpvalente.gitbook.io/ontime/',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user