Make openapi.js work offline - still needs conditionals fixed though

This commit is contained in:
Rory&
2026-01-22 21:34:21 +01:00
parent 6eb1d2593f
commit 31345651db
25 changed files with 72 additions and 26 deletions
+1
View File
@@ -64,6 +64,7 @@ export interface RouteOptions {
};
};
deprecated?: boolean;
spacebarOnly?: boolean;
// test?: {
// response?: RouteResponse;
// body?: unknown;