|
@@ -4,7 +4,7 @@ export { join } from "https://deno.land/std/path/mod.ts";
|
|
|
export { createHash } from "https://deno.land/std/hash/mod.ts";
|
|
|
export * as Color from "https://deno.land/std/fmt/colors.ts";
|
|
|
export { HttpError } from "https://deno.land/x/http_error@0.1.3/mod.ts";
|
|
|
-export { opine, Router } from "https://deno.land/x/opine@2.1.5";
|
|
|
-export type { ErrorRequestHandler, Request, ParamsDictionary } from "https://deno.land/x/opine@2.1.5";
|
|
|
+export { opine, Router } from "https://deno.land/x/opine@2.1.5/mod.ts";
|
|
|
+export type { ErrorRequestHandler, Request, ParamsDictionary } from "https://deno.land/x/opine@2.1.5/mod.ts";
|
|
|
export const secret: string = Deno.env.get("TINYSCALE_SECRET") || ""
|
|
|
export interface server { host: string; secret: string };
|