Files
ontime/apps/electron/electron.config.js
T
Carlos Valente 0b94fc71a4 v2 about (#362)
* chore: remove unused assets

* feat: about ontime

* refactor: cleanup unused
2023-04-25 22:31:56 +02:00

16 lines
303 B
JavaScript

module.exports = {
appIni: {
shutdownCode: 99,
},
reactAppUrl: {
development: 'http://localhost:3000/editor',
production: 'http://localhost:4001/editor',
},
server: {
pathToEntrypoint: '../extraResources/server/index.cjs'
},
assets: {
pathToAssets: './assets/',
}
};