mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 06:39:41 +02:00
- Create Astro landing page for Clock app - Uses @manacore/shared-landing-ui components - Configure Cloudflare Pages deployment (clocks-landing) - Add Tailwind CSS styling Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
10 lines
179 B
JSON
10 lines
179 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@components/*": ["src/components/*"],
|
|
"@layouts/*": ["src/layouts/*"]
|
|
}
|
|
}
|
|
}
|