f40ef6b7c0
Align Cloudly with the current typedserver, smartconfig, smartstate, and Docker tooling releases so builds and Docker output stay compatible with the upgraded stack.
18 lines
340 B
TypeScript
18 lines
340 B
TypeScript
// @serve.zone scope
|
|
import * as servezoneApi from '@serve.zone/api';
|
|
import * as servezoneInterfaces from '@serve.zone/interfaces';
|
|
|
|
export {
|
|
servezoneApi,
|
|
servezoneInterfaces
|
|
}
|
|
|
|
// @push.rocks scope
|
|
import * as projectinfo from '@push.rocks/projectinfo';
|
|
import * as qenv from '@push.rocks/qenv';
|
|
|
|
export {
|
|
projectinfo,
|
|
qenv,
|
|
}
|