nizaralamri
Results
1
issues of
nizaralamri
تت
1
### Describe the bug import zipfile import os # إنشاء مجلد المشروع project_dir = "/mnt/data/HomeNS_App" os.makedirs(project_dir, exist_ok=True) # حفظ ملف React App.js (من الكود المحدث) app_js_code = """""" with open(os.path.join(project_dir,...
needs reproduction