Skip to content
Snippets Groups Projects

Add certifications date

Closed poka requested to merge add-certifications-date into main
All threads resolved!
Files
2
+ 6
1
@@ -102,7 +102,12 @@
},
"process": {
"description": "Load .env and start the squid processor",
"cmd": ["node", "--require=dotenv/config", "lib/main.js"]
"cmd": [
"node",
"--require=dotenv/config",
"-max-old-space-size=4096",
"lib/main.js"
]
},
"process:prod": {
"description": "Start the squid processor",
Loading