Cory McWilliams 17694f5646
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled
update: CodeMirror.
2025-05-21 18:20:01 -04:00

6 lines
94 B
JavaScript

async function main() {
await app.setDocument(utf8Decode(getFile('index.html')));
}
main();