mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 20:03:52 +00:00
refactor: improve project loading
This commit is contained in:
@@ -24,7 +24,6 @@ export const dbModel: DatabaseModel = {
|
||||
custom: [],
|
||||
},
|
||||
settings: {
|
||||
app: 'ontime',
|
||||
version: ONTIME_VERSION,
|
||||
serverPort: 4001,
|
||||
editorKey: null,
|
||||
|
||||
@@ -496,7 +496,6 @@ export const demoDb: DatabaseModel = {
|
||||
custom: [],
|
||||
},
|
||||
settings: {
|
||||
app: 'ontime',
|
||||
version: '-',
|
||||
serverPort: 4001,
|
||||
editorKey: null,
|
||||
|
||||
Reference in New Issue
Block a user