summary refs log tree commit diff
path: root/scripts/rights.js
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-26 13:23:05 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-26 13:23:05 +1000
commitb2a0e5d83bfaaa50e46749d3a864d16d3eb6bf46 (patch)
tree94afc68a9c8b9cfa5fa8cab8232cffc7264c495f /scripts/rights.js
parentBring back loginRedirect but fix it. Also move some assets out of public (diff)
downloadserver-b2a0e5d83bfaaa50e46749d3a864d16d3eb6bf46.tar.xz
Fix and remove some scripts + use ajv/typescript-json-schema required by patches
Diffstat (limited to '')
-rw-r--r--scripts/rights.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rights.js b/scripts/rights.js
index 289071f6..a4eb0b31 100644
--- a/scripts/rights.js
+++ b/scripts/rights.js
@@ -1,3 +1,4 @@
+require('module-alias/register');
 const { Rights } = require("..");
 
 const allRights = new Rights(1).bitfield;