summary refs log tree commit diff
path: root/scripts/openapi.js
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-06-11 18:16:31 +0200
committerRory& <root@rory.gay>2026-06-12 17:58:18 +0200
commit2c1be0fa53ca2b8efb5b04de3e2bd41b61917c69 (patch)
tree8f3bbf3f06d2e756da52fb8d6306a8734a4ff2b3 /scripts/openapi.js
parentAllow subpath imports, move extensions to separate module (diff)
downloadserver-ts-2c1be0fa53ca2b8efb5b04de3e2bd41b61917c69.tar.xz
Use subpath imports for lambert-server, fix openapi.js
Diffstat (limited to 'scripts/openapi.js')
-rw-r--r--scripts/openapi.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/openapi.js b/scripts/openapi.js

index 3f428fce..a6033cd6 100644 --- a/scripts/openapi.js +++ b/scripts/openapi.js
@@ -26,7 +26,7 @@ const getRouteDescriptions = require("./util/getRouteDescriptions"); const path = require("path"); const fs = require("fs"); const { NO_AUTHORIZATION_ROUTES } = require("../dist/api/middlewares/Authentication"); -require("../dist/util/util/extensions"); +require("../dist/extensions"); const { bgRedBright, bgYellow, black, bgYellowBright, blue, white } = require("picocolors"); const openapiPath = path.join(__dirname, "..", "assets", "openapi.json");