4 lines
94 B
JavaScript
4 lines
94 B
JavaScript
|
|
module.exports = {
|
||
|
|
allowedPostUpgradeCommands: ["bun .github/scripts/update-config.ts"],
|
||
|
|
};
|