Merge branch 'main' into SaaS

This commit is contained in:
Anthony Stirling
2026-06-10 15:51:43 +01:00
committed by GitHub
16 changed files with 1152 additions and 8 deletions
+5
View File
@@ -233,6 +233,11 @@ export default defineConfig(async ({ mode }) => {
},
},
},
resolve: {
alias: {
"@shared": path.resolve(__dirname, "../shared"),
},
},
optimizeDeps: {
exclude: ["@embedpdf/pdfium"],
},