Add dotenv in zapier app (#2121)

* Add dotenv in zapier app

* Add zapier cli also
This commit is contained in:
martmull
2023-10-19 15:49:09 +02:00
committed by GitHub
parent 514692ca1f
commit f4e192afb3
3 changed files with 5401 additions and 52 deletions

View File

@ -3,6 +3,7 @@ import { version as platformVersion } from 'zapier-platform-core';
import createPerson from './creates/create_person';
import createCompany from './creates/create_company';
import authentication from './authentication';
import 'dotenv/config'
export default {
version,