File tree Expand file tree Collapse file tree 3 files changed +0
-19
lines changed
Expand file tree Collapse file tree 3 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 44
55import * as $_404 from "./routes/_404.tsx" ;
66import * as $_app from "./routes/_app.tsx" ;
7- import * as $api_hiccup from "./routes/api/hiccup.ts" ;
87import * as $api_json from "./routes/api/json.ts" ;
98import * as $index from "./routes/index.tsx" ;
109import * as $partials_live from "./routes/partials/live.tsx" ;
@@ -20,7 +19,6 @@ const manifest = {
2019 routes : {
2120 "./routes/_404.tsx" : $_404 ,
2221 "./routes/_app.tsx" : $_app ,
23- "./routes/api/hiccup.ts" : $api_hiccup ,
2422 "./routes/api/json.ts" : $api_json ,
2523 "./routes/index.tsx" : $index ,
2624 "./routes/partials/live.tsx" : $partials_live ,
Original file line number Diff line number Diff line change 1- //const kv = await Deno.openKv();
2- //kv.set(["hiccups", "alltime"], "1");
3- //const hiccups = await kv.get(["hiccups", "alltime"]);
41export default function Hiccup ( ) {
5- /*let globalhic = "";
6- if (hiccups != undefined) {
7- globalhic = "Global Hiccup counter: " + hiccups.value;
8- }
9- console.log(hiccups)*/
102 return (
113 < div class = "flex flex-col items-center" >
124 < p > 26</ p >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments