mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 22:24:11 +00:00
refactor: improve native menu links
This commit is contained in:
committed by
Carlos Valente
parent
f1cac8d1c4
commit
0a53018930
@@ -0,0 +1,15 @@
|
||||
module.exports = {
|
||||
appIni: {
|
||||
shutdownCode: 99,
|
||||
},
|
||||
reactAppUrl: {
|
||||
development: (port = 3000) => `http://localhost:${port}`,
|
||||
production: (port = 4001) => `http://localhost:${port}`,
|
||||
},
|
||||
server: {
|
||||
pathToEntrypoint: '../../extraResources/server/index.cjs',
|
||||
},
|
||||
assets: {
|
||||
pathToAssets: './assets/',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user