ux: macOS (#251)

This commit is contained in:
Carlos Valente
2022-11-12 07:57:12 +01:00
committed by GitHub
parent b5a521f625
commit dfef6d4e79
9 changed files with 288 additions and 109 deletions
+12
View File
@@ -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/',
},
};