Skip to content

Commit

Permalink
Fix js client
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeEngineer committed Jan 27, 2024
1 parent 1af76f5 commit f1efb9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/src/parsec/internals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ export function getClientConfig(): ClientConfig {
dataBaseDir: window.getDataBaseDir(),
mountpointBaseDir: window.getMountpointBaseDir(),
workspaceStorageCacheSize: { tag: WorkspaceStorageCacheSizeTag.Default },
withMonitors: true,
};
}
1 change: 1 addition & 0 deletions client/src/parsec/organization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export async function createOrganization(
dataBaseDir: window.getDataBaseDir(),
mountpointBaseDir: window.getMountpointBaseDir(),
workspaceStorageCacheSize: { tag: WorkspaceStorageCacheSizeTag.Default },
withMonitors: true,
};
const result = await libparsec.bootstrapOrganization(
config,
Expand Down
1 change: 1 addition & 0 deletions client/src/views/testing/TestPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ async function testBootstrapOrganization(): Promise<void> {
workspaceStorageCacheSize: {
tag: WorkspaceStorageCacheSizeTag.Default,
},
withMonitors: true,
};

// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
Expand Down

0 comments on commit f1efb9c

Please sign in to comment.