adapters
adapters: {
fileSystem: {
injected: true;
requiredFor: readonly ["openSession", "saveSession", "materializeSession"];
};
host: { injected: true; requiredFor: readonly ["advisoryLockMetadata"] };
projectStorage: {
adapterFactory: "createBackendStorageFileSystem";
browserSafe: true;
injected: true;
requiredFor: readonly [
"openProjectSession.writeback",
"saveSession",
"materializeSession",
];
};
}