File tree 7 files changed +7
-7
lines changed
github-oauth-middleware/routes
react-suspense-ssr/routes
with-unocss/react-app/routes
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
// Exports router modules for serverless env that doesn't support the dynamic import.
2
- // This module will be updated automaticlly in develoment mode, do NOT edit it manually.
2
+ // This module will be updated automatically in development mode, do NOT edit it manually.
3
3
4
4
import * as $0 from "./ws.ts" ;
5
5
import * as $1 from "./index.ts" ;
Original file line number Diff line number Diff line change 1
1
// Exports router modules for serverless env that doesn't support the dynamic import.
2
- // This module will be updated automaticlly in develoment mode, do NOT edit it manually.
2
+ // This module will be updated automatically in development mode, do NOT edit it manually.
3
3
4
4
import * as $0 from "./index.tsx" ;
5
5
Original file line number Diff line number Diff line change 1
1
// Exports router modules for serverless env that doesn't support the dynamic import.
2
- // This module will be updated automaticlly in develoment mode, do NOT edit it manually.
2
+ // This module will be updated automatically in development mode, do NOT edit it manually.
3
3
4
4
import * as $0 from "./_404.tsx" ;
5
5
import * as $1 from "./_app.tsx" ;
Original file line number Diff line number Diff line change 1
1
/** @format */
2
2
3
3
// Exports router modules for serverless env that doesn't support the dynamic import.
4
- // This module will be updated automaticlly in develoment mode, do NOT edit it manually.
4
+ // This module will be updated automatically in development mode, do NOT edit it manually.
5
5
// deno-fmt-ignore-file
6
6
// deno-lint-ignore-file
7
7
// @ts -nocheck
Original file line number Diff line number Diff line change 1
1
// Exports router modules for serverless env that doesn't support the dynamic import.
2
- // This module will be updated automaticlly in develoment mode, do NOT edit it manually.
2
+ // This module will be updated automatically in development mode, do NOT edit it manually.
3
3
4
4
import * as $0 from "./index.tsx" ;
5
5
Original file line number Diff line number Diff line change 1
1
// Exports router modules for serverless env that doesn't support the dynamic import.
2
- // This module will be updated automaticlly in develoment mode, do NOT edit it manually.
2
+ // This module will be updated automatically in development mode, do NOT edit it manually.
3
3
4
4
import * as $0 from "./_404.tsx" ;
5
5
import * as $1 from "./_app.tsx" ;
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export async function generateExportTs() {
64
64
65
65
const comments = [
66
66
"// Exports router modules for serverless env that doesn't support the dynamic import." ,
67
- "// This module will be updated automaticlly in develoment mode, do NOT edit it manually." ,
67
+ "// This module will be updated automatically in development mode, do NOT edit it manually." ,
68
68
] ;
69
69
const imports : string [ ] = [ ] ;
70
70
const revives : string [ ] = [ ] ;
You can’t perform that action at this time.
0 commit comments