This commit is contained in:
Moritz Utcke
2025-03-16 22:22:34 -03:00
parent 310794a049
commit 661a75ee9c
6 changed files with 64 additions and 19 deletions

View File

@@ -1,4 +1,5 @@
import express from 'express';
// @ts-ignore
import { handler as ssrHandler } from './dist/server/entry.mjs';