fix(server): CSS raw imports

This commit is contained in:
Elian Doran 2025-05-25 20:06:04 +03:00
parent b0fe4f67d8
commit 3850d471c0
No known key found for this signature in database

View File

@ -223,7 +223,10 @@
"minify": true, "minify": true,
"thirdParty": true, "thirdParty": true,
"esbuildOptions": { "esbuildOptions": {
"splitting": false "splitting": false,
"loader": {
".css": "text"
}
}, },
"additionalEntryPoints": [ "additionalEntryPoints": [
"apps/server/src/docker_healthcheck.ts" "apps/server/src/docker_healthcheck.ts"