mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
* chore: configure project-wide linting and formatting * chore: run lint autofix and formatter
8 lines
150 B
JavaScript
8 lines
150 B
JavaScript
export const DEFAULT_CONFIG = {
|
|
interval: '60',
|
|
port: 9998,
|
|
workingHours: { from: '', to: '' },
|
|
demoMode: false,
|
|
analyticsEnabled: null,
|
|
};
|