chore: merge hoppscotch/main into release/2023.8.0

This commit is contained in:
Andrew Bastin
2023-08-08 12:18:01 +05:30
18 changed files with 445 additions and 210 deletions

View File

@@ -11,14 +11,13 @@ export default defineConfig({
vue(),
dts({
insertTypesEntry: true,
skipDiagnostics: true,
outputDir: ['dist']
outDir: ["dist"],
}),
WindiCSS({
root: path.resolve(__dirname),
}),
Icons({
compiler: "vue3"
compiler: "vue3",
}),
Unfonts({
fontsource: {
@@ -54,6 +53,6 @@ export default defineConfig({
exports: "named",
},
},
emptyOutDir: true
emptyOutDir: true,
},
})