InstalledTheme is done

This commit is contained in:
MotorTruck1221 2025-01-12 01:22:03 -07:00
parent 833b323267
commit 4fe4efd95a
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4
4 changed files with 9 additions and 20 deletions

View file

@ -58,7 +58,7 @@ if (parsedDoc.marketplace.enabled) {
await app.register(fastifyMiddie);
app.use(ssrHandler);
//app.use(ssrHandler);
const port: number =
parseInt(process.env.PORT as string) || parsedDoc.server.server.port || parseInt("8080");