Merge pull request #17 from harvard-lil/start-command-fix

Start command fix
pull/18/head
Matteo Cargnelutti 2022-11-29 16:37:33 -05:00 zatwierdzone przez GitHub
commit 8add5b2ecd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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