Closed cullylarson closed 1 year ago
It looks like this removes the
APP_ENV
andBASE_URL
variables, we should also remove them from all the env files in the template.
@kgajera I removed them in https://github.com/echobind/bisonapp/pull/313. Was going to resolve that once it's merged.
CI is failing because of some issues with how PORT
is set in the .env files. Will resolve in #313.
Changes
process.env
references intoconfig.ts
.ts-node-dev
. Doesn't seem to be needed, creates some weird situations where processes don't exist (e.g.buildProd
).buildProd
script.bisonapp
is different from prettier config inpackages/create-bison-app/template
. So if you save a file while editingbisonapp
and then create a bison app from it, it may have lint errors. Resolved this by copying the prettier config frompackages/create-bison-app/template
into the root folder.Checklist