mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-09 17:33:55 +00:00
9 lines
174 B
TypeScript
9 lines
174 B
TypeScript
import { GetInfo } from 'ontime-types';
|
|
|
|
export const ontimePlaceholderInfo: GetInfo = {
|
|
networkInterfaces: [],
|
|
version: '4.0.0',
|
|
serverPort: 4001,
|
|
publicDir: '',
|
|
};
|