new format wip

This commit is contained in:
Dylan Pizzo
2026-06-10 21:47:30 -04:00
parent 07595c31ef
commit 876404d8f5
45 changed files with 10893 additions and 144129 deletions
-9
View File
@@ -4,15 +4,6 @@ import fastifyStatic from "@fastify/static";
import { fastifyWebsocket } from "@fastify/websocket";
import { routeList } from "./routelist.ts";
import { attachRoute } from "./util/routewrap.ts";
import { git } from "./util/git.ts";
import path from "path";
import { fileURLToPath } from "url";
const __dirname = fileURLToPath(new URL(".", import.meta.url));
await git.clone({
from: "https://github.com/thisismypassport/shrinko8",
to: path.resolve(__dirname, "shrinko8"),
});
const server = Fastify({
logger: true,