feat(opsserver,web): replace the Angular UI and REST management layer with a TypedRequest-based ops server and bundled web frontend
This commit is contained in:
5
ts_interfaces/index.ts
Normal file
5
ts_interfaces/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import * as plugins from './plugins.ts';
|
||||
import * as data from './data/index.ts';
|
||||
import * as requests from './requests/index.ts';
|
||||
|
||||
export { data, plugins, requests };
|
||||
Reference in New Issue
Block a user