Setup complet de l'infrastructure projet : - Frontend Nuxt 4 (SSR, TypeScript, i18n, Pinia, TailwindCSS) - Backend Laravel 12 API-only avec middleware X-API-Key et CORS - Design tokens (sky-dark, sky-accent, sky-text) et polices (Merriweather, Inter) - Documentation planning et implementation artifacts Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
# API Configuration
|
|
NUXT_PUBLIC_API_URL=http://localhost:8000/api
|
|
NUXT_PUBLIC_API_KEY=your-api-key-here
|
|
|
|
# Site URL (for sitemap, SEO)
|
|
NUXT_PUBLIC_SITE_URL=http://localhost:3000
|