This commit is contained in:
2023-05-26 17:01:13 +08:00
parent ee9c54af61
commit b257cd9fb9
10 changed files with 125 additions and 20 deletions

View File

@@ -3,15 +3,17 @@
// This file is automatically updated during development when running `dev.ts`.
import config from "./deno.json" assert { type: "json" };
import * as $0 from "./routes/api/task/list.ts";
import * as $1 from "./routes/index.tsx";
import * as $0 from "./routes/api/config.ts";
import * as $1 from "./routes/api/task/list.ts";
import * as $2 from "./routes/index.tsx";
import * as $$0 from "./islands/Container.tsx";
import * as $$1 from "./islands/Settings.tsx";
const manifest = {
routes: {
"./routes/api/task/list.ts": $0,
"./routes/index.tsx": $1,
"./routes/api/config.ts": $0,
"./routes/api/task/list.ts": $1,
"./routes/index.tsx": $2,
},
islands: {
"./islands/Container.tsx": $$0,