This website requires JavaScript.
Explore
Help
Sign in
rstillwell
/
deckhearth
Watch
1
Star
0
Fork
You've already forked deckhearth
0
Code
Issues
1
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
9c723aaae9
deckhearth
/
postcss.config.js
9 lines
105 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix(lint): clear lib/config baseline and make CI lint blocking. (#63) Lazy-init theme from localStorage, hoist checkAuth with useCallback, named config exports for PostCSS/Tailwind, and remove the non-blocking || true wrapper from ci.yml (requires #61 + #62 merged first). Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 02:03:42 -04:00
const
config
=
{
🚀 TCG Vault - Complete All-Vercel Setup ✨ Features: - Camera OCR card scanning with Tesseract.js - Beautiful glowing card effects and animations - Intelligent card matching and recognition - Mobile-responsive design with Tailwind CSS 🏗️ Architecture: - Frontend: React TypeScript application - Backend: Vercel Functions (replacing FastAPI) - Database: JSON file with exported card data - Deployment: Single Vercel project 📁 Structure: - api/ - Vercel Functions backend endpoints - src/ - React frontend components and logic - src/data/cards.json - Card database (12 cards) - vercel.json - Optimized Vercel configuration 💰 Cost: /bin/zsh additional (uses existing Vercel Pro) 🚀 Ready for immediate Vercel deployment
2025-07-21 14:53:06 -04:00
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
fix(lint): clear lib/config baseline and make CI lint blocking. (#63) Lazy-init theme from localStorage, hoist checkAuth with useCallback, named config exports for PostCSS/Tailwind, and remove the non-blocking || true wrapper from ci.yml (requires #61 + #62 merged first). Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 02:03:42 -04:00
}
;
export
default
config
;
Reference in a new issue
Copy permalink