We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453573b commit 5455e5eCopy full SHA for 5455e5e
src/app-sync.ts
@@ -7,6 +7,8 @@ import { TNSAcquisitionManager } from "./TNSAcquisitionManager";
7
import { TNSLocalPackage } from "./TNSLocalPackage";
8
import { TNSRemotePackage } from "./TNSRemotePackage";
9
10
+export { TNSLocalPackage } from './TNSLocalPackage';
11
+
12
export enum InstallMode {
13
/**
14
* The update will be applied to the running application immediately. The application will be reloaded with the new content immediately.
0 commit comments