Comment masqr out

This commit is contained in:
MotorTruck1221 2024-03-23 01:47:48 -06:00
parent e9a88bc1cd
commit 0e6ee114e5
No known key found for this signature in database
GPG key ID: 06901A625432AC21

View file

@ -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"),