From 3fbfcc8411aaf7fe06cf3efcffe8b8e48f925fae Mon Sep 17 00:00:00 2001 From: Matteo Cargnelutti Date: Tue, 29 Nov 2022 16:36:13 -0500 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8996c87..ca18dd0 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "main": "app.js", "type": "module", "scripts": { - "start": "fastify start app/server.js -l warn", - "dev": "fastify start app/server.js -l info -w -P", + "start": "fastify start app/server.js -l warn --options", + "dev": "fastify start app/server.js -l info -w -P --options", "postinstall": "cd scripts && bash download-yt-dlp.sh && bash pip-install.sh", "generate-dev-cert": "cd scripts && bash generate-dev-cert.sh", "docgen": "cd scripts && bash docgen.sh",