chore: update

This commit is contained in:
Benjamin Canac
2021-12-09 17:46:13 +01:00
parent 637450495c
commit f3f40dd862
14 changed files with 219 additions and 20 deletions

View File

@@ -15,6 +15,9 @@
"node",
"@nuxt/kit"
],
"allowJs": true
"allowJs": true,
"paths": {
"#app": ["./node_modules/nuxt3/dist/app"]
}
}
}