forked from Github/frigate
committed by
Nicolas Mowen
parent
d93d6262ce
commit
dd7fd16b69
@@ -12,5 +12,5 @@ export type LogLine = {
|
||||
content: string;
|
||||
};
|
||||
|
||||
export const logTypes = ["frigate", "go2rtc", "nginx"] as const;
|
||||
export const logTypes = ["frigate", "go2rtc", "nginx", "chroma"] as const;
|
||||
export type LogType = (typeof logTypes)[number];
|
||||
|
||||
Reference in New Issue
Block a user