new format wip
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user