From f4afdaa4f8a1c8b86f54e0aa58115a0901b87265 Mon Sep 17 00:00:00 2001 From: --help Date: Wed, 18 Dec 2024 23:24:27 +0100 Subject: [PATCH] docs(docs): remove typo for react panda update config section Signed-off-by: --help --- docs/src/content/docs/react/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/react/getting-started.mdx b/docs/src/content/docs/react/getting-started.mdx index a822028..082d2ae 100644 --- a/docs/src/content/docs/react/getting-started.mdx +++ b/docs/src/content/docs/react/getting-started.mdx @@ -49,7 +49,7 @@ export default defineConfig({ include: [ "./node_modules/@sandwich-ui/core/dist/panda.buildinfo.json", "./node_modules/@sandwich-ui/react/dist/panda.buildinfo.json", - ".**/*.{js,jsx,ts,tsx}", + "**/*.{js,jsx,ts,tsx}", ], importMap: "@sandwich-ui/core", outdir: "./node_modules/@sandwich-ui/core/dist/styled-system",