fix(server/esbuild): enable code splitting to help with electron imports

This commit is contained in:
Elian Doran 2025-05-22 22:36:55 +03:00
parent f859114231
commit b792816d00
No known key found for this signature in database

View File

@ -211,6 +211,9 @@
"production": {
"minify": true,
"thirdParty": true,
"esbuildOptions": {
"splitting": true
},
"assets": [
{
"glob": "**/*",