Skip to content
Snippets Groups Projects

Add certifications date

Closed poka requested to merge add-certifications-date into main
All threads resolved!
+ 1
1
@@ -112,7 +112,7 @@
"process:prod": {
"description": "Start the squid processor",
"deps": ["migration:apply"],
"cmd": ["node", "lib/main.js"],
"cmd": ["node", "-max-old-space-size=4096", "lib/main.js"],
"hidden": true
},
"check-updates": {
Loading