mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
🚨 Fix build errors
This commit is contained in:
@@ -16,7 +16,7 @@ export type ConfigAppType = Omit<AppType, 'integration'> & {
|
||||
};
|
||||
|
||||
interface AppBehaviourType {
|
||||
externalUrl?: string;
|
||||
externalUrl: string;
|
||||
isOpeningNewTab: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user