mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
docs: document repository scripts
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Credentials module supports OpenClaw QA credential workflows.
|
||||
import { v } from "convex/values";
|
||||
import { internal } from "./_generated/api";
|
||||
import type { Id } from "./_generated/dataModel";
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Crons module supports OpenClaw QA credential workflows.
|
||||
import { cronJobs } from "convex/server";
|
||||
import { internal } from "./_generated/api";
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Http module supports OpenClaw QA credential workflows.
|
||||
import { httpRouter } from "convex/server";
|
||||
import { internal } from "./_generated/api";
|
||||
import type { Id } from "./_generated/dataModel";
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Payload Validation module supports OpenClaw QA credential workflows.
|
||||
export class CredentialPayloadValidationError extends Error {
|
||||
code: string;
|
||||
httpStatus: number;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Schema module supports OpenClaw QA credential workflows.
|
||||
import { defineSchema, defineTable } from "convex/server";
|
||||
import { v } from "convex/values";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user