fix: codegen breaking

This commit is contained in:
Andrew Bastin
2023-08-24 15:03:50 +05:30
parent d09a3e9237
commit a8e279db28
2 changed files with 6 additions and 2 deletions

View File

@@ -67,6 +67,7 @@ export default defineConfig({
"@lib": path.resolve(__dirname, "./src/lib"),
stream: "stream-browserify",
util: "util",
querystring: "qs",
},
dedupe: ["vue"],
},