Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor project structure and update dependencies
- Removed package-lock.json from version control. - Updated .gitignore to include package-lock.json. - Updated package.json to: - Change lint script to target the src directory. - Upgrade @favware/rollup-type-bundler to version 4.0.0. - Upgrade @types/node to version 22.10.7. - Upgrade ESLint and related packages to version 9.18.0. - Refactored Manager.ts to simplify player connection logic. - Enhanced error handling in Node.ts for axios requests. - Cleaned up unused ESLint disable comments in Utils.ts.
- Loading branch information