Implement continue on connect + nda

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-20 13:57:52 +04:00
parent 316e81f938
commit c79c62fc78
6 changed files with 106 additions and 58 deletions

View File

@@ -70,7 +70,7 @@ const store = new Store(source, {
});
export const consoleEnvironment = new Environment({
configName: "trust",
configName: "compliance-page",
network: Network.create(makeFetchQuery(buildEndpoint())),
store,
});