-
Notifications
You must be signed in to change notification settings - Fork 0
/
fresh.gen.ts
54 lines (51 loc) · 2.56 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
47
48
49
50
51
52
53
54
// 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 $_404 from './routes/_404.tsx';
import * as $_app from './routes/_app.tsx';
import * as $api_entries_id_delete from './routes/api/entries/[id]/delete.ts';
import * as $api_entries_id_index from './routes/api/entries/[id]/index.ts';
import * as $api_entries_id_update from './routes/api/entries/[id]/update.ts';
import * as $api_entries_get from './routes/api/entries/get.ts';
import * as $api_entries_new from './routes/api/entries/new.ts';
import * as $api_tags_edit from './routes/api/tags/edit.ts';
import * as $api_tags_get from './routes/api/tags/get.ts';
import * as $api_tags_new from './routes/api/tags/new.ts';
import * as $index from './routes/index.tsx';
import * as $tags from './routes/tags.tsx';
import * as $EntryEdit_index from './islands/EntryEdit/index.tsx';
import * as $EntryInput_components_InputContent from './islands/EntryInput/components/InputContent.tsx';
import * as $EntryInput_components_InputMark from './islands/EntryInput/components/InputMark.tsx';
import * as $EntryInput_components_InputTags from './islands/EntryInput/components/InputTags.tsx';
import * as $EntryInput_index from './islands/EntryInput/index.tsx';
import * as $TagEdit_index from './islands/TagEdit/index.tsx';
import { type Manifest } from '$fresh/server.ts';
const manifest = {
routes: {
'./routes/_404.tsx': $_404,
'./routes/_app.tsx': $_app,
'./routes/api/entries/[id]/delete.ts': $api_entries_id_delete,
'./routes/api/entries/[id]/index.ts': $api_entries_id_index,
'./routes/api/entries/[id]/update.ts': $api_entries_id_update,
'./routes/api/entries/get.ts': $api_entries_get,
'./routes/api/entries/new.ts': $api_entries_new,
'./routes/api/tags/edit.ts': $api_tags_edit,
'./routes/api/tags/get.ts': $api_tags_get,
'./routes/api/tags/new.ts': $api_tags_new,
'./routes/index.tsx': $index,
'./routes/tags.tsx': $tags,
},
islands: {
'./islands/EntryEdit/index.tsx': $EntryEdit_index,
'./islands/EntryInput/components/InputContent.tsx':
$EntryInput_components_InputContent,
'./islands/EntryInput/components/InputMark.tsx':
$EntryInput_components_InputMark,
'./islands/EntryInput/components/InputTags.tsx':
$EntryInput_components_InputTags,
'./islands/EntryInput/index.tsx': $EntryInput_index,
'./islands/TagEdit/index.tsx': $TagEdit_index,
},
baseUrl: import.meta.url,
} satisfies Manifest;
export default manifest;