chrisvdm / redwoodjs-stripe

A Redwood/Stripe integration made easy
MIT License
46 stars 7 forks source link

improv: don't read dotenv #106

Closed jtoar closed 1 year ago

jtoar commented 1 year ago

I'm not sure if this a huge deal or not, we obviously don't do anything with it, but lets not read a user's dotenv if we don't have to, let's just append to it. fs.appendFileSync should make the file if it doesn't exist