fix: A few copyFile entries mistakenly target the wrong files.
chore: Remove .env.local. We shouldn't ever need .env.local because it will be applied at every stage (not usually intended).
chore: Don't override values in env.*.local unless needed.
chore: Don't set any values in .env. Use it as basically a template. The value in .env will be applied to every environment, which doesn't usually make sense.
Changes
copyFile
entries mistakenly target the wrong files..env.local
. We shouldn't ever need.env.local
because it will be applied at every stage (not usually intended).env.*.local
unless needed..env
. Use it as basically a template. The value in.env
will be applied to every environment, which doesn't usually make sense.Checklist