feat: trying to add hashes to scripts
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { FreshContext } from "$fresh/server.ts";
|
||||
import { Context } from "fresh";
|
||||
import { State } from "../utils.ts";
|
||||
|
||||
class DomainError extends Error {
|
||||
status = 500;
|
||||
render?: (ctx: FreshContext) => void;
|
||||
render?: (ctx: Context<State>) => void;
|
||||
constructor(public statusText = "Internal Server Error") {
|
||||
super();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user