mirror of
https://github.com/remnawave/node.git
synced 2026-08-28 04:31:56 +00:00
- Updated package version from 0.4.6 to 0.4.7 in package.json and package-lock.json. - Upgraded NestJS dependencies to versions 10.4.15 for common, core, and platform-express. - Enhanced ESLint configuration by adding 'eslint-plugin-paths' and 'eslint-plugin-perfectionist' for improved code quality. - Reorganized export statements in contract library files for better clarity and consistency. - Improved error handling and logging in various modules, including Xray and Stats services. - Refactored command and DTO structures for better maintainability and readability.
2 lines
57 B
TypeScript
2 lines
57 B
TypeScript
export * from './controllers';
|
|
export * from './routes';
|