diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-01-16 09:15:50 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-01-16 09:15:50 -0400 |
commit | 38e4c4d60c411a19dbbf229bdece1833bb4eec1e (patch) | |
tree | 8160ced24f452449bc942b6fc0c92bda2bc5735b /package.json | |
parent | dffcfd79cb7256e1f75a753dc5bafcb49e50793e (diff) |
urls, upd8: load internal url spec from yaml file
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 1bfb4f34..91e4d3b1 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "#thing": "./src/data/thing.js", "#things": "./src/data/things/index.js", "#thumbs": "./src/gen-thumbs.js", - "#urls": "./src/util/urls.js", + "#urls": "./src/urls.js", "#validators": "./src/data/validators.js", "#web-routes": "./src/web-routes.js", "#wiki-data": "./src/util/wiki-data.js", |