This repository was archived by the owner on Jul 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
github-oauth-middleware/routes
react-suspense-ssr/routes
with-unocss/react-app/routes Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11// 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.
33
44import * as $0 from "./ws.ts" ;
55import * as $1 from "./index.ts" ;
Original file line number Diff line number Diff line change 11// 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.
33
44import * as $0 from "./index.tsx" ;
55
Original file line number Diff line number Diff line change 11// 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.
33
44import * as $0 from "./_404.tsx" ;
55import * as $1 from "./_app.tsx" ;
Original file line number Diff line number Diff line change 11/** @format */
22
33// 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.
55// deno-fmt-ignore-file
66// deno-lint-ignore-file
77// @ts -nocheck
Original file line number Diff line number Diff line change 11// 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.
33
44import * as $0 from "./index.tsx" ;
55
Original file line number Diff line number Diff line change 11// 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.
33
44import * as $0 from "./_404.tsx" ;
55import * as $1 from "./_app.tsx" ;
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export async function generateExportTs() {
6464
6565 const comments = [
6666 "// 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." ,
6868 ] ;
6969 const imports : string [ ] = [ ] ;
7070 const revives : string [ ] = [ ] ;
You can’t perform that action at this time.
0 commit comments