diff --git a/index.mjs b/index.mjs index 33c2a83..395c788 100644 --- a/index.mjs +++ b/index.mjs @@ -4,4 +4,4 @@ import { main } from "@cloudflare-ddns/app"; config(); const processId = uuid(); -await main(); +await main({ processId });