Shows how to get repo export and walk it in TypeScript walktherepo.wisp.place
at main 581 B view raw
1<!doctype html> 2<html lang="en"> 3 <head data-theme="forest"> 4 <meta charset="UTF-8" /> 5 <link rel="icon" type="image/svg+xml" href="/dude.png" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 <title>Repo Walking</title> 8 <meta name="og:title" content="Repo Walking"> 9 <meta name="description" content="Walk the repo, count the records."> 10 <meta name="og:description" content="Walk the repo, count the records."> 11 12 </head> 13 <body> 14 <div id="app"></div> 15 <script type="module" src="/src/main.ts"></script> 16 </body> 17</html>