feat(docker): añadir Dockerfile para contenerizar la aplicación
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<!-- BEGIN:nextjs-agent-rules -->
|
||||
# This is NOT the Next.js you know
|
||||
# Ferco Admin (Vite + React 18)
|
||||
|
||||
This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Heed deprecation notices.
|
||||
<!-- END:nextjs-agent-rules -->
|
||||
- Stack: React 18, Vite 6, TypeScript, Tailwind CSS 3, React Router 6, TanStack Query.
|
||||
- Alias `@/` → `src/`.
|
||||
- API base: `import.meta.env.VITE_API_URL` (vacío = mismo origen / proxy dev).
|
||||
- Auth: JWT en `localStorage` key `ferco_admin_token`; cliente en `src/api/client.ts`.
|
||||
|
||||
Reference in New Issue
Block a user