Spaces:
Sleeping
Sleeping
Initial deployment: ClinicalMatch AI v2.0 — FHIR R4 · MCP (9 tools) · A2A workflow · SHARP compliance · 100k synthetic patients · Neo4j graph · GraphRAG chatbot
59abb4f | import type { Config } from "tailwindcss"; | |
| const config: Config = { | |
| content: [ | |
| "./src/pages/**/*.{js,ts,jsx,tsx,mdx}", | |
| "./src/components/**/*.{js,ts,jsx,tsx,mdx}", | |
| "./src/app/**/*.{js,ts,jsx,tsx,mdx}", | |
| ], | |
| theme: { | |
| extend: {}, | |
| }, | |
| plugins: [], | |
| }; | |
| export default config; | |