mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-16 21:10:02 -04:00
Comment masqr out
This commit is contained in:
parent
e9a88bc1cd
commit
0e6ee114e5
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ const app = fastify({ logger: false, serverFactory });
|
||||||
|
|
||||||
app.register(cookieParser);
|
app.register(cookieParser);
|
||||||
await app.register(import("@fastify/compress"));
|
await app.register(import("@fastify/compress"));
|
||||||
app.register(masqr);
|
//Uncomment the following line to enable masqr
|
||||||
|
//app.register(masqr);
|
||||||
|
|
||||||
app.register(fastifyStatic, {
|
app.register(fastifyStatic, {
|
||||||
root: path.join(__dirname, "dist"),
|
root: path.join(__dirname, "dist"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue