[READ-ONLY] Mirror of https://github.com/flo-bit/roomy-worlds. create small 3d worlds and share/edit with your community flo-bit.dev/roomy-worlds/
0

Configure Feed

Select the types of activity you want to include in your feed.

switch to local

Florian (Apr 19, 2025, 3:39 AM +0200) 345fdcae 086a4417

+1 -1
+1 -1
src/lib/shared/roomy.svelte.ts
··· 20 20 did: undefined as string | undefined 21 21 }); 22 22 23 - export async function initRoomy(type: 'local' | 'remote' | 'dev' = 'dev') { 23 + export async function initRoomy(type: 'local' | 'remote' | 'dev' = 'local') { 24 24 const savedCatalogId = localStorage.getItem('catalogId'); 25 25 const catalogId = new EntityId((savedCatalogId as EntityIdStr) ?? undefined); 26 26 if (!savedCatalogId) localStorage.setItem('catalogId', catalogId.toString());