add vetur config for monorepo

This commit is contained in:
joshuaboud 2022-06-17 17:33:34 -03:00
parent 36312ee588
commit b96902391e
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

5
vetur.config.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
projects: [
'./navigator'
]
}