i forgot
This commit is contained in:
parent
30f2b4714d
commit
0c9f7a7822
21 changed files with 1868 additions and 1839 deletions
2
utils.ts
2
utils.ts
|
|
@ -8,7 +8,7 @@ import { createDefine } from "fresh";
|
|||
// This specifies the type of "ctx.state" which is used to share
|
||||
// data among middlewares, layouts and routes.
|
||||
export interface State {
|
||||
shared: string;
|
||||
shared: string;
|
||||
}
|
||||
|
||||
export const define = createDefine<State>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue