You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
449 B
TypeScript
18 lines
449 B
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/baguette.tsx";
|
|
import * as $1 from "./routes/index.tsx";
|
|
|
|
const manifest = {
|
|
routes: {
|
|
"./routes/baguette.tsx": $0,
|
|
"./routes/index.tsx": $1,
|
|
},
|
|
islands: {},
|
|
baseUrl: import.meta.url,
|
|
};
|
|
|
|
export default manifest;
|