diff --git a/src/common.ts b/src/common.ts index 2662b57..dc13409 100644 --- a/src/common.ts +++ b/src/common.ts @@ -15,6 +15,7 @@ await configure({ writable: InMemory.create({ name: 'root-cow' }), }, }, + addDevices: true, }); export function switchTab(name: string): void {