dev #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
merge to main
- simplify login logic by removing unused code - improve error handling and logging during login - add retry mechanism for login attempts 🔧 chore(gitignore): update ignore file - add .continue to .gitignore to prevent accidental commits of temporary files- introduce .eslintrc.json file for ESLint settings - configure environment, parser options, and rules for linting ✅ test(workflows): update build workflow with eslint integration - integrate ESLint configuration into GitHub Actions workflow - ensure lint job utilizes the new .eslintrc.json settings- add screenshot as a readonly global variable to ESLint configuration ♻️ refactor(epic-games): improve path resolution for screenshots - replace resolve with path.resolve for better path management