feat: add weather widget (#286)
* feat: add nestjs replacement, remove nestjs * feat: add weather widget * fix: lock issue * fix: format issue * fix: deepsource issues * fix: change timezone to auto
This commit is contained in:
5
packages/validation/src/widgets/index.ts
Normal file
5
packages/validation/src/widgets/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { weatherWidgetSchemas } from "./weather";
|
||||
|
||||
export const widgetSchemas = {
|
||||
weather: weatherWidgetSchemas,
|
||||
};
|
||||
Reference in New Issue
Block a user