mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-15 04:40:00 -04:00
InstalledTheme is done
This commit is contained in:
parent
833b323267
commit
4fe4efd95a
4 changed files with 9 additions and 20 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue