aboutsummaryrefslogtreecommitdiff
path: root/fresh.gen.ts
blob: 3f1fb9cac908b6a714da244c91bd9994632b1807 (plain)
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
// 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/analyze.tsx";
import * as $2 from "./routes/api/npm.ts";
import * as $3 from "./routes/api/npmregistry.ts";
import * as $4 from "./routes/index.tsx";
import * as $$0 from "./islands/ListPackageDetails.tsx";
import * as $$1 from "./islands/UploadButton.tsx";

const manifest = {
  routes: {
    "./routes/[name].tsx": $0,
    "./routes/analyze.tsx": $1,
    "./routes/api/npm.ts": $2,
    "./routes/api/npmregistry.ts": $3,
    "./routes/index.tsx": $4,
  },
  islands: {
    "./islands/ListPackageDetails.tsx": $$0,
    "./islands/UploadButton.tsx": $$1,
  },
  baseUrl: import.meta.url,
  config,
};

export default manifest;