summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-03-17 01:33:43 +0100
committerRory& <root@rory.gay>2026-03-17 01:33:43 +0100
commita2be4fedfdf9f466dfb8cd125f1a408857e13644 (patch)
tree38902f4e41ad765067d7f46d4bccabf7ea7be2de
parentFix some broken imports (diff)
downloadserver-ts-a2be4fedfdf9f466dfb8cd125f1a408857e13644.tar.xz
openapi.js: explicitly disable LOG_ROUTES
-rw-r--r--scripts/openapi.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/openapi.js b/scripts/openapi.js

index 564450ee..c3e2a4e3 100644 --- a/scripts/openapi.js +++ b/scripts/openapi.js
@@ -16,6 +16,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ +process.env.LOG_ROUTES = "false"; + const { Stopwatch } = require("../dist/util/util/Stopwatch"); const totalSw = Stopwatch.startNew();