We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4344e2f commit 06728f5Copy full SHA for 06728f5
1 file changed
dev/inputs.ts
@@ -4,6 +4,8 @@ const specsPath = path.join(__dirname, '..', 'specs');
4
5
export const inputs = {
6
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'),
9
full: path.resolve(specsPath, '3.1.x', 'full.yaml'),
10
local: 'http://localhost:8000/openapi.json',
11
opencode: path.resolve(specsPath, '3.1.x', 'opencode.yaml'),
0 commit comments