SUNUCUYA YÜKLEME ADIMLARI
========================

1. BUILD İŞLEMİ (ÖNEMLİ!)
   -----------------------
   cd "C:\Users\Astro\Desktop\chat api\pwa-chatwoot"
   npm install
   npm run build

2. YÜKLENECEK DOSYALAR
   -------------------
   ✅ dist/ klasörü (tüm içeriği)
   ✅ public/ klasörü (tüm içeriği)
   ✅ admin/ klasörü (tüm içeriği)
   ✅ .htaccess dosyası
   ✅ index.html (root'ta, eğer varsa)

3. YÜKLENMEYECEK DOSYALAR
   ----------------------
   ❌ node_modules/
   ❌ src/
   ❌ package.json
   ❌ *.md dosyaları

4. DOSYA İZİNLERİ (Linux sunucu)
   ------------------------------
   chmod 644 public/api/*.php
   chmod 644 admin/index.php
   chmod 666 public/*.json
   chmod 755 public/ public/api/ admin/ dist/ dist/assets/

5. KONTROL
   --------
   - Sayfa açılıyor mu?
   - Mesajlar Chatwoot'a gidiyor mu?
   - FCM token alınıyor mu?

