mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
10 lines
246 B
JavaScript
10 lines
246 B
JavaScript
|
// This is the configuration file for the oneuptime copilot.
|
||
|
|
||
|
const getCopilotConfig = () => {
|
||
|
return {
|
||
|
// The version of the schema for this configuration file.
|
||
|
schemaVersion: '1.0',
|
||
|
}
|
||
|
}
|
||
|
|
||
|
export default getCopilotConfig;
|