tangled
alpha
login
or
join now
jordanreger.com
/
htmlsky
0
fork
atom
An HTML-only Bluesky frontend
0
fork
atom
overview
issues
pulls
pipelines
Merge branch 'main' of github.com:jordanreger/htmlsky
jordanreger.com
2 years ago
f6465834
87384844
+1
1 changed file
expand all
collapse all
unified
split
main.ts
+1
main.ts
···
18
18
19
19
const actor = new Actor(actorName);
20
20
21
21
+
await actor.generateActor();
21
22
return new Response(actor.showPage(), headers);
22
23
}
23
24