39 lines
1.2 KiB
TypeScript
39 lines
1.2 KiB
TypeScript
|
// 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 $0 from "./routes/_404.tsx";
|
||
|
import * as $1 from "./routes/_app.tsx";
|
||
|
import * as $2 from "./routes/api/joke.ts";
|
||
|
import * as $3 from "./routes/api/kosdaq.ts";
|
||
|
import * as $4 from "./routes/api/kospi.ts";
|
||
|
import * as $5 from "./routes/api/pages/[name].ts";
|
||
|
import * as $6 from "./routes/api/pages/index.ts";
|
||
|
import * as $7 from "./routes/greet/[name].tsx";
|
||
|
import * as $8 from "./routes/index.tsx";
|
||
|
import * as $9 from "./routes/pages/[name].tsx";
|
||
|
import * as $$0 from "./islands/Counter.tsx";
|
||
|
import * as $$1 from "./islands/StockList.tsx";
|
||
|
|
||
|
const manifest = {
|
||
|
routes: {
|
||
|
"./routes/_404.tsx": $0,
|
||
|
"./routes/_app.tsx": $1,
|
||
|
"./routes/api/joke.ts": $2,
|
||
|
"./routes/api/kosdaq.ts": $3,
|
||
|
"./routes/api/kospi.ts": $4,
|
||
|
"./routes/api/pages/[name].ts": $5,
|
||
|
"./routes/api/pages/index.ts": $6,
|
||
|
"./routes/greet/[name].tsx": $7,
|
||
|
"./routes/index.tsx": $8,
|
||
|
"./routes/pages/[name].tsx": $9,
|
||
|
},
|
||
|
islands: {
|
||
|
"./islands/Counter.tsx": $$0,
|
||
|
"./islands/StockList.tsx": $$1,
|
||
|
},
|
||
|
baseUrl: import.meta.url,
|
||
|
};
|
||
|
|
||
|
export default manifest;
|