feat: add API keys management page
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
5
web/src/lib/schema/api-keys.ts
Normal file
5
web/src/lib/schema/api-keys.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { object, string, pipe, minLength } from 'valibot';
|
||||
|
||||
export const createKeySchema = object({
|
||||
name: pipe(string(), minLength(1))
|
||||
});
|
||||
Reference in New Issue
Block a user