UNPKG

@proca/widget

Version:

Proca is an open-source campaign toolkit designed to empower activists and organisations in their digital advocacy efforts. It provides a flexible and customisable platform for creating and managing online petitions, email campaigns, and other forms of di

6 lines (5 loc) 155 B
const env = require("dotenv").config({ path: process.env.PROCA_ENV ? ".env." + process.env.PROCA_ENV : ".env", debug: false, }); module.exports = env;