Skip to content

Instantly share code, notes, and snippets.

@dcarroll
Created April 9, 2019 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcarroll/0308bcf6128f0684c88ed3616cf6fc7d to your computer and use it in GitHub Desktop.
Save dcarroll/0308bcf6128f0684c88ed3616cf6fc7d to your computer and use it in GitHub Desktop.
Twilio config file template
import { ConfigFile } from "@salesforce/core";
export default class TwilioConfig extends ConfigFile<ConfigFile.Options> {
public static getFileName(): string {
return 'twilioconfig.json';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment