chore(server): enable source map for serve

This commit is contained in:
Elian Doran 2025-06-12 12:08:45 +03:00
parent 995de2b740
commit b3270ae7c8
No known key found for this signature in database

View File

@ -245,6 +245,7 @@
}, },
"declarationRootDir": "apps/server/src", "declarationRootDir": "apps/server/src",
"minify": false, "minify": false,
"sourcemap": true,
"assets": [ "assets": [
{ {
"glob": "**/*", "glob": "**/*",