diff --git a/apps/changelog_public/astro.config.mjs b/apps/changelog_public/astro.config.mjs index cdd1c27..ebeaab9 100644 --- a/apps/changelog_public/astro.config.mjs +++ b/apps/changelog_public/astro.config.mjs @@ -3,7 +3,9 @@ import { defineConfig } from 'astro/config' import react from '@astrojs/react' +import tailwind from '@astrojs/tailwind' + // https://astro.build/config export default defineConfig({ - integrations: [react()], + integrations: [react(), tailwind({ nesting: true })], }) diff --git a/apps/changelog_public/package.json b/apps/changelog_public/package.json index e220926..5adbee3 100644 --- a/apps/changelog_public/package.json +++ b/apps/changelog_public/package.json @@ -12,11 +12,15 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/react": "^3.6.2", + "@astrojs/tailwind": "^5.1.2", + "@boring.tools/schema": "workspace:*", + "@boring.tools/ui": "workspace:*", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "astro": "^4.16.7", "react": "^18.3.1", "react-dom": "^18.3.1", + "tailwindcss": "^3.4.14", "typescript": "^5.6.3" } } diff --git a/apps/changelog_public/src/pages/index.astro b/apps/changelog_public/src/pages/index.astro index 2d14107..0b2319e 100644 --- a/apps/changelog_public/src/pages/index.astro +++ b/apps/changelog_public/src/pages/index.astro @@ -1,5 +1,5 @@ --- - +import { Button } from '@boring.tools/ui' --- @@ -12,5 +12,6 @@