fix(server): ssr front (#15934)

This commit is contained in:
Paul Rastoin
2025-11-19 19:16:46 +01:00
committed by GitHub
parent 674ddbd525
commit 89d166ece6
2 changed files with 2 additions and 2 deletions
@@ -22,7 +22,7 @@ export function generateFrontConfig(): void {
</script>
<!-- END: Twenty Config -->`;
const distPath = path.join(__dirname, '../..', 'front');
const distPath = path.join(__dirname, '..', 'front');
const indexPath = path.join(distPath, 'index.html');
try {