Added authorization server and backup of JSReport config. IO-585
This commit is contained in:
17
jsreport/package.json
Normal file
17
jsreport/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "jsreport-server",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server",
|
||||
"jsreport": "jsreport"
|
||||
},
|
||||
"jsreport": {
|
||||
"entryPoint": "server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"jsreport": "^2.11.0"
|
||||
},
|
||||
"puppeteerArgs": [
|
||||
"--no-sandbox"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user