-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfresh.gen.ts
46 lines (43 loc) · 1.6 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
35
36
37
38
39
40
41
42
43
44
45
46
// 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/[name].tsx';
import * as $1 from './routes/blog.tsx';
import * as $2 from './routes/index.tsx';
import * as $3 from './routes/notes.tsx';
import * as $4 from './routes/post.tsx';
import * as $5 from './routes/posts/7ZWY7J20.jsx';
import * as $6 from './routes/posts/YWY=.jsx';
import * as $7 from './routes/posts/ZnJlc2gg66GcIOqwnOuwnCDruJTroZzqt7gg6rWs7ZiE6riw.jsx';
import * as $8 from './routes/posts/dGVzdA==.jsx';
import * as $9 from './routes/posts/dHg=.jsx';
import * as $10 from './routes/tags/[name].tsx';
import * as $$0 from './islands/CopyCode.tsx';
import * as $$1 from './islands/Counter.tsx';
import * as $$2 from './islands/Input.tsx';
import * as $$3 from './islands/Todo.tsx';
const manifest = {
routes: {
'./routes/[name].tsx': $0,
'./routes/blog.tsx': $1,
'./routes/index.tsx': $2,
'./routes/notes.tsx': $3,
'./routes/post.tsx': $4,
'./routes/posts/7ZWY7J20.jsx': $5,
'./routes/posts/YWY=.jsx': $6,
'./routes/posts/ZnJlc2gg66GcIOqwnOuwnCDruJTroZzqt7gg6rWs7ZiE6riw.jsx': $7,
'./routes/posts/dGVzdA==.jsx': $8,
'./routes/posts/dHg=.jsx': $9,
'./routes/tags/[name].tsx': $10,
},
islands: {
'./islands/CopyCode.tsx': $$0,
'./islands/Counter.tsx': $$1,
'./islands/Input.tsx': $$2,
'./islands/Todo.tsx': $$3,
},
baseUrl: import.meta.url,
config,
};
export default manifest;