Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/secrets-files.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const fs = require("fs");
const path = require("path");
const { jsonInputForTargetLanguage, InputData, quicktype } = require("quicktype-core");
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, somehow I missed the imports when creating the patch

const secrets = require("./secrets.js");

const SECRETS_FOLDER = path.join(__dirname, "../.secrets");
Expand Down