diff --git a/packages/ui/local-preview-bundle/package.json b/packages/ui/local-preview-bundle/package.json index 823752b7f9..ec550d9be3 100644 --- a/packages/ui/local-preview-bundle/package.json +++ b/packages/ui/local-preview-bundle/package.json @@ -36,6 +36,7 @@ "@emotion/is-prop-valid": "^1.2.2", "@fern-api/fdr-sdk": "workspace:*", "@fern-ui/fern-docs-utils": "workspace:*", + "@fern-ui/fern-docs-syntax-highlighter": "workspace:*", "@fern-ui/components": "workspace:*", "@fern-api/ui-core-utils": "workspace:*", "@fern-ui/fdr-utils": "workspace:*", diff --git a/packages/ui/local-preview-bundle/tailwind.config.js b/packages/ui/local-preview-bundle/tailwind.config.js index 4756d5fa6b..7be499d762 100644 --- a/packages/ui/local-preview-bundle/tailwind.config.js +++ b/packages/ui/local-preview-bundle/tailwind.config.js @@ -10,6 +10,8 @@ module.exports = { "./src/app/**/*.{js,ts,jsx,tsx,mdx}", "../app/src/**/*.{ts,tsx}", "../tailwind.config.js", + path.join(path.dirname(require.resolve("@fern-ui/ui")), "**/*.{ts,tsx}"), path.join(path.dirname(require.resolve("@fern-ui/components")), "**/*.{ts,tsx}"), + path.join(path.dirname(require.resolve("@fern-ui/fern-docs-syntax-highlighter")), "**/*.{ts,tsx}"), ], }; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ab198564a7..94fb59bbc3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2888,6 +2888,9 @@ importers: '@fern-ui/fdr-utils': specifier: workspace:* version: link:../../commons/fdr-utils + '@fern-ui/fern-docs-syntax-highlighter': + specifier: workspace:* + version: link:../fern-docs-syntax-highlighter '@fern-ui/fern-docs-utils': specifier: workspace:* version: link:../fern-docs-utils