last commit before trying out opencode on repo

This commit is contained in:
2026-01-11 10:17:30 -05:00
parent 843b264c61
commit 91682bd887
85 changed files with 1589 additions and 1196 deletions

View File

@@ -14,7 +14,7 @@ import type * as custom_auth_providers_password from "../custom/auth/providers/p
import type * as custom_auth_providers_usesend from "../custom/auth/providers/usesend.js";
import type * as http from "../http.js";
import type * as questions from "../questions.js";
import type * as utils from "../utils.js";
import type * as quiz from "../quiz.js";
import type {
ApiFromModules,
@@ -29,7 +29,7 @@ declare const fullApi: ApiFromModules<{
"custom/auth/providers/usesend": typeof custom_auth_providers_usesend;
http: typeof http;
questions: typeof questions;
utils: typeof utils;
quiz: typeof quiz;
}>;
/**