import Builder from "mp-builder";
const builder = new Builder({
appid: "appid",
privateKeyPath: "path/to/privateKeyPath",
projectPath: ".",
});
builder.preview(); // preview
builder.upload(); // uploadmp-builder -v 1.1.1 -c "path/to/custom_config_path"