work-in-progress atproto PDS
typescript atproto pds atcute

chore: rm

mary.my.id 3d904ebb e7fc6a9a

verified
+2 -1
+1 -1
packages/danaus/src/bin/build-web-assets.ts
··· 62 62 }, 50); 63 63 }; 64 64 65 - const watcher = chokidar.watch('src/web/scripts/', { ignoreInitial: true, depth: 1 }); 65 + const watcher = chokidar.watch('src/web/scripts', { ignoreInitial: true, depth: 1 }); 66 66 67 67 watcher.on('add', schedule); 68 68 watcher.on('change', schedule);
+1
packages/danaus/src/web/scripts/webauthn-authenticate.ts
··· 101 101 this.formElement?.submit(); 102 102 } catch (err) { 103 103 console.error('[webauthn-authenticate] error:', err); 104 + 104 105 if (startButton) { 105 106 startButton.disabled = false; 106 107 }