chilli-axe / mpc-autofill

Print automation software (leveraging MakePlayingCards) for your tabletop gaming community
https://mpcautofill.github.io
GNU General Public License v3.0
219 stars 97 forks source link

fix: Don't overwrite `.env.local` if one exists #255

Closed davidianstyle closed 2 months ago

davidianstyle commented 2 months ago

Description

Unbreaks incorrect overwriting of environment by skipping copy of .env.local if .env or .env.local already exist.

Checklist