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:
@@ -18,6 +18,10 @@ import * as smartunique from '@push.rocks/smartunique';
|
||||
import * as smartdelay from '@push.rocks/smartdelay';
|
||||
import * as smartrx from '@push.rocks/smartrx';
|
||||
import * as smartcli from '@push.rocks/smartcli';
|
||||
import * as smartguard from '@push.rocks/smartguard';
|
||||
|
||||
// api.global packages
|
||||
import * as typedrequest from '@api.global/typedrequest';
|
||||
|
||||
// tsclass types
|
||||
import * as tsclass from '@tsclass/tsclass';
|
||||
@@ -28,25 +32,28 @@ import * as fs from '@std/fs';
|
||||
import * as http from '@std/http';
|
||||
|
||||
export {
|
||||
// Push.rocks
|
||||
smartregistry,
|
||||
smartdata,
|
||||
smartbucket,
|
||||
smartlog,
|
||||
smartenv,
|
||||
smartpath,
|
||||
smartpromise,
|
||||
smartstring,
|
||||
smartcrypto,
|
||||
smartjwt,
|
||||
smartunique,
|
||||
smartdelay,
|
||||
smartrx,
|
||||
smartcli,
|
||||
// tsclass
|
||||
tsclass,
|
||||
// Deno std
|
||||
path,
|
||||
fs,
|
||||
http,
|
||||
// Deno std
|
||||
path,
|
||||
smartbucket,
|
||||
smartcli,
|
||||
smartcrypto,
|
||||
smartdata,
|
||||
smartdelay,
|
||||
smartenv,
|
||||
smartguard,
|
||||
smartjwt,
|
||||
smartlog,
|
||||
smartpath,
|
||||
smartpromise,
|
||||
// Push.rocks
|
||||
smartregistry,
|
||||
smartrx,
|
||||
smartstring,
|
||||
smartunique,
|
||||
// tsclass
|
||||
tsclass,
|
||||
// api.global
|
||||
typedrequest,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user