This commit is contained in:
LukeGus
2026-05-28 22:29:20 -05:00
parent 33dcde0827
commit 5777351145
238 changed files with 62303 additions and 98955 deletions
+1 -1
View File
@@ -53,7 +53,6 @@ const manualChunkGroups: Record<string, string[]> = {
],
"remote-desktop-vendor": ["guacamole-common-js"],
"graph-vendor": ["cytoscape", "react-cytoscapejs"],
"chart-vendor": ["recharts"],
"file-preview-vendor": [
"react-pdf",
"pdfjs-dist",
@@ -92,6 +91,7 @@ export default defineConfig({
},
resolve: {
alias: {
"@/types": path.resolve(__dirname, "./src/types"),
"@": path.resolve(__dirname, "./src/ui"),
},
},