diff --git a/vetur.config.js b/vetur.config.js new file mode 100644 index 0000000..ffe0492 --- /dev/null +++ b/vetur.config.js @@ -0,0 +1,3 @@ +module.exports = { + projects: ["./frontend"], +};