diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 9f0cc32..be8103b 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -15,6 +15,13 @@ "type": "shell", "command": "yarn tsc --build --watch ./devEnv/typecheck-all-projects/tsconfig.all.json", "problemMatcher": ["$tsc-watch"] + }, + { + "type": "npm", + "script": "playground", + "problemMatcher": [], + "label": "Playground", + "detail": "yarn workspace playground run serve" } ] } diff --git a/packages/playground/devEnv/home/ItemSectionWithPreviews.tsx b/packages/playground/devEnv/home/ItemSectionWithPreviews.tsx index 8460828..50f1347 100644 --- a/packages/playground/devEnv/home/ItemSectionWithPreviews.tsx +++ b/packages/playground/devEnv/home/ItemSectionWithPreviews.tsx @@ -15,9 +15,9 @@ export const ItemSectionWithPreviews = (props: { return ( - + {/*