1
0
mirror of https://github.com/theoludwig/theoludwig.git synced 2026-06-03 07:18:36 +02:00

chore: fix storybook configuration

This commit is contained in:
2025-02-08 20:48:19 +01:00
parent b63cc3a66e
commit 43d91bfc28
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
"compilerOptions": { "compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ESNext"] "lib": ["DOM", "DOM.Iterable", "ESNext"]
}, },
"include": ["./.storybook/**/*.ts", "./.storybook/**/*.tsx"] "include": ["http-server.ts", "./.storybook/**/*.ts", "./.storybook/**/*.tsx"]
} }
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"$schema": "https://turbo.build/schema.json", "$schema": "../../node_modules/turbo/schema.json",
"extends": ["//"], "extends": ["//"],
"tasks": { "tasks": {
"test": { "test": {