mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
fixes?
This commit is contained in:
parent
a917c8b9f1
commit
7bd91dcf93
@ -9,6 +9,7 @@ async function main() {
|
||||
fs.writeFileSync("src/generated/api-versions.json", JSON.stringify(apiVersions, null, 2));
|
||||
console.log("Successfully updated route info");
|
||||
}
|
||||
// eslint-disable-next-line no-restricted-syntax
|
||||
main().catch((...args) => {
|
||||
console.error(`ERROR! Could not update route info`, ...args);
|
||||
process.exit(1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user