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
commit5bcfa5ec0bc68cf5fd1ba87827bce45f5ebb1376 (patch)
treecf00c4947d047ad68eb9f1a97b6e24675e8afcfa /scripts/rights.js
parentBring back loginRedirect but fix it. Also move some assets out of public (diff)
downloadserver-5bcfa5ec0bc68cf5fd1ba87827bce45f5ebb1376.tar.xz
Fix and remove some scripts + use ajv/typescript-json-schema required by patches
Diffstat (limited to 'scripts/rights.js')
-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;