mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 10:11:03 +00:00
- Service-ui has learned a new route which corresponds to the existing scope terminal.html route. Both standalone and service-ui scope can now respond to terminal.html: - If using standalone scope path/to/scope/ -> path/to/scope/terminal.html will be used. - If using service-ui app/instanceid -> app/instanceId/terminal.html
5 lines
227 B
JavaScript
5 lines
227 B
JavaScript
exports.reducer = require('./reducers/root').default;
|
|
exports.Scope = require('./components/app').default;
|
|
exports.actions = require('./actions/app-actions');
|
|
exports.TerminalApp = require('./components/terminal-app').default;
|