Stock/fresh.gen.ts

45 lines
1.5 KiB
TypeScript
Raw Permalink Normal View History

2023-10-26 22:12:16 +09:00
// DO NOT EDIT. This file is generated by Fresh.
2023-07-23 00:32:54 +09:00
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.
import * as $0 from "./routes/_404.tsx";
import * as $1 from "./routes/_app.tsx";
2023-10-26 23:58:33 +09:00
import * as $2 from "./routes/api/corps/[index].ts";
import * as $3 from "./routes/api/corps/index.ts";
import * as $4 from "./routes/api/joke.ts";
import * as $5 from "./routes/api/kosdaq.ts";
import * as $6 from "./routes/api/kospi.ts";
import * as $7 from "./routes/api/pages/[name].ts";
import * as $8 from "./routes/api/pages/index.ts";
import * as $9 from "./routes/greet/[name].tsx";
import * as $10 from "./routes/index.tsx";
import * as $11 from "./routes/pages/[name].tsx";
2023-07-23 00:32:54 +09:00
import * as $$0 from "./islands/Counter.tsx";
2023-10-26 22:12:16 +09:00
import * as $$1 from "./islands/Search.tsx";
import * as $$2 from "./islands/StockList.tsx";
2023-07-23 00:32:54 +09:00
const manifest = {
routes: {
"./routes/_404.tsx": $0,
"./routes/_app.tsx": $1,
2023-10-26 23:58:33 +09:00
"./routes/api/corps/[index].ts": $2,
"./routes/api/corps/index.ts": $3,
"./routes/api/joke.ts": $4,
"./routes/api/kosdaq.ts": $5,
"./routes/api/kospi.ts": $6,
"./routes/api/pages/[name].ts": $7,
"./routes/api/pages/index.ts": $8,
"./routes/greet/[name].tsx": $9,
"./routes/index.tsx": $10,
"./routes/pages/[name].tsx": $11,
2023-07-23 00:32:54 +09:00
},
islands: {
"./islands/Counter.tsx": $$0,
2023-10-26 22:12:16 +09:00
"./islands/Search.tsx": $$1,
"./islands/StockList.tsx": $$2,
2023-07-23 00:32:54 +09:00
},
baseUrl: import.meta.url,
};
export default manifest;