- Add findagram.co React frontend with product search, brands, categories - Add findadispo.com React frontend with dispensary locator - Wire findagram to backend /api/az/* endpoints - Update category/brand links to route to /products with filters - Add k8s manifests for both frontends - Add multi-domain user support migrations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
24 lines
277 B
Plaintext
24 lines
277 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
build/
|
|
dist/
|
|
|
|
# Environment files with local overrides
|
|
.env.local
|
|
.env.development.local
|
|
.env.production.local
|
|
|
|
# Editor directories
|
|
.idea/
|
|
.vscode/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
|
|
# Debug logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|