chore(server): disable code splitting

Not supported due to dynamic requires which are not supported by esbuild.
This commit is contained in:
Elian Doran 2025-05-22 23:14:44 +03:00
parent 5501733498
commit 9ff2271423
No known key found for this signature in database

View File

@ -212,7 +212,7 @@
"minify": true,
"thirdParty": true,
"esbuildOptions": {
"splitting": true
"splitting": false
},
"assets": [
{