mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 13:48:51 +08:00
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
import { build_sw } from "../server/build_sw.ts";
|
|
|
|
await build_sw();
|
|
Deno.exit(0);
|