updated version, added discord to docs, fixed import in adapters

This commit is contained in:
dswbx
2024-11-19 13:01:42 +01:00
parent 352d215f16
commit 79e59f4aa7
5 changed files with 17 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
import { readFile } from "node:fs/promises";
import { serveStatic } from "@hono/node-server/serve-static";
import type { BkndConfig } from "bknd";
import { App } from "../../App";
import { App } from "bknd";
async function getHtml() {
return readFile("index.html", "utf8");