besteadfast / carbon

Steadfast's starter project - Craft CMS, Vite, and DDEV
3 stars 2 forks source link

Add prod & staging variables for swiff.config file #34

Closed DrewTJohnson closed 8 months ago

DrewTJohnson commented 1 year ago

const prod = { server: { // TODO: set server options } }

const staging = { server: { // TODO: set server options } }

DrewTJohnson commented 1 year ago

@jakedohm I've added a branch that includes the prod and staging constants so we can switch between the two environments. I'm looking into a way to include a flag in the terminal command to select which one we want but for now we can manually update the file.

jakedohm commented 8 months ago

Merged a version of this in a recent commit!