mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
add sw
This commit is contained in:
24
fresh.gen.ts
24
fresh.gen.ts
@@ -3,22 +3,26 @@
|
||||
// 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/config.ts";
|
||||
import * as $1 from "./routes/api/exit.ts";
|
||||
import * as $2 from "./routes/api/export/gallery/zip/[gid].ts";
|
||||
import * as $3 from "./routes/api/task.ts";
|
||||
import * as $4 from "./routes/index.tsx";
|
||||
import * as $0 from "./routes/_middleware.ts";
|
||||
import * as $1 from "./routes/api/config.ts";
|
||||
import * as $2 from "./routes/api/deploy_id.ts";
|
||||
import * as $3 from "./routes/api/exit.ts";
|
||||
import * as $4 from "./routes/api/export/gallery/zip/[gid].ts";
|
||||
import * as $5 from "./routes/api/task.ts";
|
||||
import * as $6 from "./routes/index.tsx";
|
||||
import * as $$0 from "./islands/Container.tsx";
|
||||
import * as $$1 from "./islands/Settings.tsx";
|
||||
import * as $$2 from "./islands/TaskManager.tsx";
|
||||
|
||||
const manifest = {
|
||||
routes: {
|
||||
"./routes/api/config.ts": $0,
|
||||
"./routes/api/exit.ts": $1,
|
||||
"./routes/api/export/gallery/zip/[gid].ts": $2,
|
||||
"./routes/api/task.ts": $3,
|
||||
"./routes/index.tsx": $4,
|
||||
"./routes/_middleware.ts": $0,
|
||||
"./routes/api/config.ts": $1,
|
||||
"./routes/api/deploy_id.ts": $2,
|
||||
"./routes/api/exit.ts": $3,
|
||||
"./routes/api/export/gallery/zip/[gid].ts": $4,
|
||||
"./routes/api/task.ts": $5,
|
||||
"./routes/index.tsx": $6,
|
||||
},
|
||||
islands: {
|
||||
"./islands/Container.tsx": $$0,
|
||||
|
||||
Reference in New Issue
Block a user