Support Hubspot pages.

This commit is contained in:
2022-11-16 22:12:02 +02:00
parent e0fb681d3b
commit 52109f5010
4 changed files with 79 additions and 31 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
import path from "path";
import {mkdir, copyFile, readFile} from "fs/promises";
import {mkdir, copyFile} from "fs/promises";
import {capitalize, createFiles, getBlockName, getConfigs, readJSONFile} from "../../helpers.js";
import {fileURLToPath} from 'url';
import {copy} from "fs-extra";
import fsExtra from "fs-extra";
import {exec} from 'child_process';
import execPhp from "exec-php";