feat(docker): añadir Dockerfile para contenerizar la aplicación

This commit is contained in:
unknown
2026-06-11 16:05:10 -04:00
parent 74a67fbab2
commit 2a58693d31
70 changed files with 3826 additions and 874 deletions

View File

@@ -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`.