chore(deps): migrate to nuxt 3.0.0-rc.1

This commit is contained in:
Benjamin Canac
2022-04-21 00:20:03 +02:00
parent 035919a545
commit 57354f64f9
6 changed files with 403 additions and 358 deletions

View File

@@ -17,7 +17,7 @@
],
"allowJs": true,
"paths": {
"#app": ["./node_modules/nuxt3/dist/app"]
"#app": ["./node_modules/nuxt/dist/app"]
}
}
}