Add mTLS certificate support
This commit is contained in:
+2
-1
@@ -30,6 +30,7 @@
|
||||
"build": "npm run clean && node scripts/build.js && npm run copyfiles",
|
||||
"clean": "rimraf dist",
|
||||
"copyfiles": "copyfiles -u 1 \"./src/**/*.html\" ./dist",
|
||||
"encrypt": "node ./scripts/encrypt-data.js"
|
||||
"encrypt": "node ./scripts/encrypt-data.js",
|
||||
"add-author-hash": "node ./scripts/add-author-id-hash.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user