mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-09 09:23:51 +00:00
0b94fc71a4
* chore: remove unused assets * feat: about ontime * refactor: cleanup unused
16 lines
303 B
JavaScript
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/',
|
|
}
|
|
};
|