JS Report Changes.

This commit is contained in:
Patrick Fic
2021-04-13 13:25:05 -07:00
parent b588c455fb
commit ccc5261d60
3 changed files with 8 additions and 1 deletions

View File

@@ -54,6 +54,9 @@
},
"enabled": true
},
"express":{
"exposeHttpHeaders":true
},
"child-templates": {
"parallelLimit": 10
},

1
jsreport/license-key.txt Normal file
View File

@@ -0,0 +1 @@
9602AF13-6E7E-4B0D-BDF9-60CD6EDD5A58

View File

@@ -9,7 +9,10 @@
"entryPoint": "server.js"
},
"dependencies": {
"jsreport": "^2.11.0"
"dinero.js": "^1.8.1",
"jsreport": "^2.11.0",
"jsreport-pdf-utils": "^1.10.3",
"lodash": "^4.17.21"
},
"puppeteerArgs": [
"--no-sandbox"