mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 00:40:58 +01:00
* feat: add nestjs replacement, remove nestjs * feat: add weather widget * fix: lock issue * fix: format issue * fix: deepsource issues * fix: change timezone to auto
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
import { weatherWidgetSchemas } from "./weather";
|
|
|
|
export const widgetSchemas = {
|
|
weather: weatherWidgetSchemas,
|
|
};
|