()
| 141 | }; |
| 142 | |
| 143 | const workersSubdomain = async (): Promise<string> => { |
| 144 | const result = await cfOk("GET", `/accounts/${ACCOUNT}/workers/subdomain`); |
| 145 | return result.subdomain; |
| 146 | }; |
| 147 | |
| 148 | const findAccessApp = async (name: string): Promise<any | null> => { |
| 149 | const apps = await cfList(`/accounts/${ACCOUNT}/access/apps`); |