-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfresh.gen.ts
33 lines (30 loc) · 1.19 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
// 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 * as $_filename_ from './routes/[filename].tsx'
import * as $_app from './routes/_app.tsx'
import * as $api_stats from './routes/api/stats.ts'
import * as $d_hash_ from './routes/d/[hash].tsx'
import * as $index from './routes/index.tsx'
import * as $upload_sh from './routes/upload.sh.ts'
import * as $CopyButton from './islands/CopyButton.tsx'
import * as $Decrypt from './islands/Decrypt.tsx'
import * as $UploadInstructions from './islands/UploadInstructions.tsx'
import type { Manifest } from '$fresh/server.ts'
const manifest = {
routes: {
'./routes/[filename].tsx': $_filename_,
'./routes/_app.tsx': $_app,
'./routes/api/stats.ts': $api_stats,
'./routes/d/[hash].tsx': $d_hash_,
'./routes/index.tsx': $index,
'./routes/upload.sh.ts': $upload_sh,
},
islands: {
'./islands/CopyButton.tsx': $CopyButton,
'./islands/Decrypt.tsx': $Decrypt,
'./islands/UploadInstructions.tsx': $UploadInstructions,
},
baseUrl: import.meta.url,
} satisfies Manifest
export default manifest