mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-20 19:04:16 +08:00
Update
This commit is contained in:
@@ -13,6 +13,9 @@ export async function handler(req: Request, ctx: MiddlewareHandlerContext) {
|
||||
entryPoints: [join(base, "sw.ts")],
|
||||
outfile: join(base, "sw.js"),
|
||||
metafile: true,
|
||||
bundle: true,
|
||||
minify: true,
|
||||
sourcemap: true,
|
||||
});
|
||||
const map = data.metafile;
|
||||
await asyncForEach(
|
||||
|
||||
1
static/.gitignore
vendored
1
static/.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
preact-material-components/
|
||||
sw.js
|
||||
sw.js.map
|
||||
sw.meta.json
|
||||
|
||||
Reference in New Issue
Block a user