### App Prompts
⚠️ IMPORTANT CONTEXT

This project’s architecture, workflow, modules, and core logic are defined in `/app_logic.md`,
Dashboard map and routes `/dashboard_rules.md`.

You MUST strictly follow this document when generating any response. 
Do not deviate from the defined structure, and ensure all outputs remain consistent with the architecture described there.
------------------------

### GEMINI doing this:
1- Sunucuya taşınma öncesi production'a hazırlık:{
    A. Tailwind V4 Vite Build Alma{
      a. terminal komutu olarak npm run build komutu ile css ve js çıktılarını projeye doğru entegre et!
    },
    B. .env dosyası düzenleme:{
      a. .env dosyasını production'a hazırla!
      b. APP_URL: https://www.biotolog.com
      c. DB_NAME: biotolog_biotolog_db
      d. DB_USERNAME: biotolog_mefkany
      e. DB_HOST: localhost
      f. Geri kalan gerekli düzenlemeler için GEMINI %100 yetkilendirilmiştir.
    },
    C. Geri kalan gerekli düzenlemeler için GEMINI %100 yetkilendirilmiştir.  
}