Advice for local development
I am really enjoying using NeonDB however find I am having issues with the number of compute hours in the non-defuault branches (free tier).
My workflow is currently the following:
- develop locally using a branch called
- when work is ready run test in CI/CD using preview branches (with vercel)
- production uses
Is there anyway to have my
I would like to upgrade to the paid tier, I am just not at a place where I can do that yet.
My workflow is currently the following:
- develop locally using a branch called
local-dev- when work is ready run test in CI/CD using preview branches (with vercel)
- production uses
main branch (default)Is there anyway to have my
local-dev branch as a default branch too? I can burn through 5 hours easily in a couple of days of development and testing.I would like to upgrade to the paid tier, I am just not at a place where I can do that yet.
