code-server/cursor-fullstack/cloudflare/simple-test.sh
Cursor Agent 1946a6ba60 feat: Add Cloudflare backend deployment and testing scripts
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
2025-10-13 10:33:10 +00:00

16 lines
No EOL
472 B
Bash
Executable file

#!/bin/bash
echo "🔍 اختبار سريع للتطبيق..."
# اختبار الواجهة الأمامية
echo "1. اختبار الواجهة الأمامية..."
curl -s https://cursor-ide.pages.dev | head -5
# اختبار الباكيند
echo "2. اختبار الباكيند..."
curl -s https://cursor-backend.workers.dev/health
echo "3. اختبار APIs..."
curl -s https://cursor-backend.workers.dev/api/providers
echo "✅ انتهى الاختبار"