-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfresh.gen.ts
34 lines (31 loc) · 1.04 KB
/
fresh.gen.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// DO NOT EDIT. This file is generated by fresh.
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.
import config from "./deno.json" assert { type: "json" }
import * as $0 from "./routes/_404.jsx"
import * as $1 from "./routes/_500.jsx"
import * as $2 from "./routes/_middleware.js"
import * as $3 from "./routes/index.jsx"
import * as $4 from "./routes/javascript.jsx"
import * as $5 from "./routes/showcase.jsx"
import * as $6 from "./routes/sitemap.xml.js"
import * as $7 from "./routes/uploads/[file].js"
import * as $$0 from "./islands/Counter.tsx"
const manifest = {
routes: {
"./routes/_404.jsx": $0,
"./routes/_500.jsx": $1,
"./routes/_middleware.js": $2,
"./routes/index.jsx": $3,
"./routes/javascript.jsx": $4,
"./routes/showcase.jsx": $5,
"./routes/sitemap.xml.js": $6,
"./routes/uploads/[file].js": $7,
},
islands: {
"./islands/Counter.tsx": $$0,
},
baseUrl: import.meta.url,
config,
}
export default manifest