fix(core): update

This commit is contained in:
2020-08-13 03:10:37 +00:00
parent 2455adfbca
commit 6b5e0a1207
7 changed files with 418 additions and 205 deletions

View File

@ -3,10 +3,7 @@ import { Qenv } from '@pushrocks/qenv';
import * as cloudflare from '@mojoio/cloudflare';
const testQenv = new Qenv('./', './.nogit/');
const testCloudflare = new cloudflare.CloudflareAccount({
email: testQenv.getEnvVarOnDemand('CF_EMAIL'),
key: testQenv.getEnvVarOnDemand('CF_KEY'),
});
const testCloudflare = new cloudflare.CloudflareAccount(testQenv.getEnvVarOnDemand('CF_TOKEN'));
import * as smartacme from '../ts/index';