Add settings page for managing forecasting API key and URL via UI
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
cae411eae7
commit
1c411e402e
19809 changed files with 1962608 additions and 97 deletions
17
frontend/node_modules/ajv/dist/vocabularies/draft7.js
generated
vendored
Normal file
17
frontend/node_modules/ajv/dist/vocabularies/draft7.js
generated
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const core_1 = require("./core");
|
||||
const validation_1 = require("./validation");
|
||||
const applicator_1 = require("./applicator");
|
||||
const format_1 = require("./format");
|
||||
const metadata_1 = require("./metadata");
|
||||
const draft7Vocabularies = [
|
||||
core_1.default,
|
||||
validation_1.default,
|
||||
(0, applicator_1.default)(),
|
||||
format_1.default,
|
||||
metadata_1.metadataVocabulary,
|
||||
metadata_1.contentVocabulary,
|
||||
];
|
||||
exports.default = draft7Vocabularies;
|
||||
//# sourceMappingURL=draft7.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue