a6c03a091e
Moved from gov-agreg/src/pages/achizitii/* to root (drop prefix). - 22 pages migrated, 127 files total - All internal links: /achizitii/X → /X (176 occurrences fixed) - AchizitiiLayout subnav rewritten: /X paths, top-right link to vreaudigital.ro hub - BaseLayout new (vreau.digital branding, OG tags, site URL) - astro.config.mjs: site https://vreau.digital, server output (was static) - docker-compose: port 5096 (vreaudigital is 5095), container vreau-digital - deploy.sh: paths /opt/vreau-digital, log /var/log/vreau-digital-deploy.log Backend shared with gov-agreg: - PostgreSQL satra (same schemas: seap, firms, anaf, anre, ...) - Photon, Martin tiles - Infisical /vreaudigital path (DATABASE_URL etc. shared) build: PASS (npx astro check 0 errors, npm run build 5s vite + 10s server)
40 lines
506 B
Plaintext
40 lines
506 B
Plaintext
# Astro
|
|
dist/
|
|
.astro/
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Infisical Machine Identity creds (deploy-host only, NEVER commit)
|
|
.infisical-mi
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Cloudflare
|
|
.wrangler/
|
|
services/seap-scraper/data/
|
|
|
|
# Claude Code runtime state (session-local)
|
|
.claude/
|
|
|
|
# Heavy raw data — recreated from sources
|
|
services/seap-scraper/data/
|
|
services/seap-scraper/scrapers/cnsc/raw/
|
|
services/seap-scraper/.log/
|
|
*.zip
|
|
*.xlsx
|