Added Permission Middleware, Renaming
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"lint-fix": "eslint . --ext .ts --fix",
|
||||
"update-client-hash": "node -e \"require('fs').writeFileSync('public/misc/hash.txt', require('randomstring').generate())\"",
|
||||
"debug-client": "tsc-watch --project ./public/js-source",
|
||||
"debug-server": "tsc-watch --onSuccess \"node --enable-source-maps --use-openssl-ca --unhandled-rejections=strict ./out/index\"",
|
||||
"debug-server": "tsc-watch --project ./src --onSuccess \"node --enable-source-maps --use-openssl-ca --unhandled-rejections=strict ./out/index\"",
|
||||
"debug": "concurrently npm:debug-*",
|
||||
"build": "tsc",
|
||||
"production": "node --use-openssl-ca --unhandled-rejections=strict ./out/index",
|
||||
@@ -31,6 +31,7 @@
|
||||
"proper-url-join": "^2.1.1",
|
||||
"pug": "^3.0.0",
|
||||
"redis": "^3.0.2",
|
||||
"role-acl": "^4.5.4",
|
||||
"threads": "^1.6.3",
|
||||
"tiny-worker": "^2.3.0",
|
||||
"uuid": "^8.3.1",
|
||||
|
||||
Reference in New Issue
Block a user