mirror of
https://github.com/cdr/code-server.git
synced 2025-12-08 17:34:01 +01:00
16 lines
No EOL
472 B
Bash
Executable file
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 "✅ انتهى الاختبار" |