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,18 +245,19 @@
},
"declarationRootDir": "apps/server/src",
"minify": false,
"assets": [
{
"glob": "**/*",
"input": "apps/server/src/assets",
"output": "assets"
},
{
"glob": "**/*",
"input": "packages/share-theme/src/templates",
"output": "share-theme/templates"
}
]
"sourcemap": true,
"assets": [
{
"glob": "**/*",
"input": "apps/server/src/assets",
"output": "assets"
},
{
"glob": "**/*",
"input": "packages/share-theme/src/templates",
"output": "share-theme/templates"
}
]
}
},
"build": {