chore: track `nuxi-edge` rather than `nuxi-ng`

This commit is contained in:
Daniel Roe 2023-08-30 15:37:57 +01:00
parent aa0ea8bf2d
commit 9610cf03db
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { determineBumpType, loadWorkspace } from './_utils'
const nightlyPackages = {
nitropack: 'nitropack-edge',
h3: 'h3-nightly',
nuxi: 'nuxi-ng'
nuxi: 'nuxi-edge'
}
async function main () {