- Removed the legacy teamctl CLI integration, including the associated source code and references in the main module. - Updated the package description to reflect the current functionality without legacy support. - Cleaned up build scripts by removing unnecessary executable permissions and legacy file handling. - Adjusted tests and documentation to remove references to the deprecated CLI.
5 lines
87 B
JavaScript
5 lines
87 B
JavaScript
const controller = require('./controller.js');
|
|
|
|
module.exports = {
|
|
...controller,
|
|
};
|