feat(appstore): use shared resolver
This commit is contained in:
@@ -82,6 +82,11 @@ export { smartguard, smartjwt };
|
||||
import { ContainerArchive } from '@serve.zone/containerarchive';
|
||||
export { ContainerArchive };
|
||||
|
||||
// serve.zone App Store contracts and resolver
|
||||
import * as servezoneInterfaces from '@serve.zone/interfaces';
|
||||
import * as servezoneAppstore from '@serve.zone/appstore';
|
||||
export { servezoneInterfaces, servezoneAppstore };
|
||||
|
||||
// Node.js compat for streaming
|
||||
import * as nodeFs from 'node:fs';
|
||||
import * as nodeStream from 'node:stream';
|
||||
|
||||
Reference in New Issue
Block a user