fix(server): render share theme on prod

This commit is contained in:
Elian Doran
2025-06-09 21:58:56 +03:00
parent 64e857362f
commit 4216a71a85
2 changed files with 6 additions and 1 deletions

View File

@@ -303,6 +303,11 @@
"input": "apps/server/src/assets",
"output": "assets"
},
{
"glob": "**/*",
"input": "packages/share-theme/src/templates",
"output": "share-theme/templates"
},
{
"glob": "**/*",
"input": "apps/client/dist",