To configure, create file ./.secrets.js
:
var SENDINBLUE_APIKEY = "XXXXX";
Example .clasp.json
:
{
"scriptId": "",
"rootDir": "build/",
"projectId": "project-id-xxxxxxxxxxxxxxxxxxx",
"fileExtension": "ts",
"filePushOrder": ["file1.ts", "file2.ts"]
}
Read more: https://github.com/google/clasp
npm run webpack
clasp push
You may need to do this before:
export NODE_OPTIONS=--openssl-legacy-provider
triggerSendConfirmation v