Skip to content

Commit 06728f5

Browse files
committed
chore: add clerk and cloudflare to inputs
1 parent 4344e2f commit 06728f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dev/inputs.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ const specsPath = path.join(__dirname, '..', 'specs');
44

55
export const inputs = {
66
circular: path.resolve(specsPath, '3.0.x', 'circular.yaml'),
7+
clerk: path.resolve(specsPath, '3.0.x', 'clerk-2025-11-10.yaml'),
8+
cloudflare: path.resolve(specsPath, '3.0.x', 'cloudflare-v4.json'),
79
full: path.resolve(specsPath, '3.1.x', 'full.yaml'),
810
local: 'http://localhost:8000/openapi.json',
911
opencode: path.resolve(specsPath, '3.1.x', 'opencode.yaml'),

0 commit comments

Comments
 (0)