Graphical PDS migrator for AT Protocol

well um i well lets not

Changed files
+3 -2
islands
+2 -1
deno.json
··· 74 74 "unstable": [ 75 75 "kv", 76 76 "otel" 77 - ] 77 + ], 78 + "nodeModulesDir": "auto" 78 79 }
+1 -1
islands/LoginSelector.tsx
··· 9 9 */ 10 10 export default function LoginMethodSelector() { 11 11 const [loginMethod, setLoginMethod] = useState<"oauth" | "password">( 12 - "oauth", 12 + "password", 13 13 ); 14 14 15 15 return (