Multi-build support; tested successfully for Electron

This commit is contained in:
Matthew Raymer
2025-01-07 09:40:31 +00:00
parent be8ba12df6
commit a32c3c7765
80 changed files with 29072 additions and 24052 deletions

View File

@@ -54,7 +54,7 @@ export async function loadAppConfig() {
},
},
aliasConfig: {
"@": path.resolve(__dirname, "./src"),
"@": path.resolve(__dirname, "src"),
buffer: path.resolve(__dirname, "node_modules", "buffer"),
"dexie-export-import/dist/import":
"dexie-export-import/dist/import/index.js",