We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263490a commit a31af8eCopy full SHA for a31af8e
.gitignore
@@ -21,3 +21,4 @@ pnpm-debug.log*
21
*.njsproj
22
*.sln
23
*.sw?
24
+.vercel
vue.config.js
@@ -1,3 +1,4 @@
1
+// eslint-disable-next-line
2
const { defineConfig } = require("@vue/cli-service");
3
module.exports = defineConfig({
4
transpileDependencies: true,
0 commit comments