chore(share): integrate root template

This commit is contained in:
Elian Doran
2025-06-08 22:57:24 +03:00
parent 8e27d877a1
commit 881a015f68
6 changed files with 42 additions and 6 deletions

View File

@@ -236,7 +236,8 @@
],
"esbuildOptions": {
"loader": {
".css": "text"
".css": "text",
".ejs": "text"
}
},
"declarationRootDir": "apps/server/src"
@@ -285,7 +286,8 @@
"esbuildOptions": {
"splitting": false,
"loader": {
".css": "text"
".css": "text",
".ejs": "text"
}
},
"additionalEntryPoints": [