Move agent section to fab (#6597)

This commit is contained in:
EthanHealy01
2026-06-10 15:47:47 +01:00
committed by GitHub
parent da4b84962c
commit 9b877d4f8d
15 changed files with 1149 additions and 0 deletions
+5
View File
@@ -233,6 +233,11 @@ export default defineConfig(async ({ mode }) => {
},
},
},
resolve: {
alias: {
"@shared": path.resolve(__dirname, "../shared"),
},
},
optimizeDeps: {
exclude: ["@embedpdf/pdfium"],
},