feat: add iframe widget (#291)
* feat: add nestjs replacement, remove nestjs * feat: add iframe widget * fix: format issue * fix: format issue * fix: format issue * fix: lockfile frozen
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
export const widgetKinds = ["clock", "weather", "app", "video"] as const;
|
||||
export const widgetKinds = [
|
||||
"clock",
|
||||
"weather",
|
||||
"app",
|
||||
"iframe",
|
||||
"video",
|
||||
] as const;
|
||||
export type WidgetKind = (typeof widgetKinds)[number];
|
||||
|
||||
Reference in New Issue
Block a user