feat: add video widget (#287)
* feat: add nestjs replacement, remove nestjs * feat: add video widget * feat: add notice about youtube not supported with video.js * fix: format issue * fix: format issue
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
export const widgetKinds = ["clock", "weather", "app"] as const;
|
||||
export const widgetKinds = ["clock", "weather", "app", "video"] as const;
|
||||
export type WidgetKind = (typeof widgetKinds)[number];
|
||||
|
||||
Reference in New Issue
Block a user