Closed thruflo closed 1 year ago
Messed up the last commit: the "bump the version" commit actually also makes a breaking change to the bundle format to get rid of the named data
import, so rather than:
import { data as bundle } from '../migrations/dist'
We just have:
import bundle from '../migrations/dist'
Please add Closes VAX-###
into the PR body
Closes VAX-###
Relates to [VAX-518] but doesn't close it without other PRs across repos.
Support:
Fix naming to use
app
andenv
everywhere, including theelectric.json
. And update the README to match latest usage.