Add ensureActions

This commit is contained in:
Owen Schwartz 2024-10-06 18:12:27 -04:00
parent 8213036729
commit 98ba10cb50
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
3 changed files with 42 additions and 1 deletions

View file

@ -24,6 +24,9 @@ const externalPort = environment.EXTERNAL_PORT;
const internalPort = environment.INTERNAL_PORT;
app.prepare().then(() => {
// External server
const externalServer = express();