chrisvdm / redwoodjs-stripe

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

improv: don't copy `superpowers.json` #105

Closed jtoar closed 1 year ago

jtoar commented 1 year ago

The setup command leaves the superpowers.json file in a user's project, but as far as I can tell it's not needed anymore after setup (please correct me if I'm wrong!). We can simplify the logic a bit by taking advantage of esbuild's processing of JSON files into JS objects and keep the user's project a little cleaner: https://esbuild.github.io/content-types/#json.

chrisvdm commented 1 year ago

@tjoar you are right. It does not need to be copied over