welcome: Let's try this without server-side JS.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m51s

This commit is contained in:
2025-07-16 17:57:15 -04:00
parent 5edfe732b1
commit 061e79c295
2 changed files with 1 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
{
"type": "tildefriends-app",
"emoji": "👋",
"previous": "&3puDxDNnf6C+YXpFysYLgxFMAy54/AO9V7Xpja6qO/k=.sha256"
"previous": "&nQObsPgWLNXJSMoW/c+pvWb1kLII9ZZoK2CAIYM0UGQ=.sha256"
}

View File

@@ -1,5 +0,0 @@
async function main() {
await app.setDocument(utf8Decode(getFile('index.html')));
}
main();