Files
example-appstore/config.js

4 lines
94 B
JavaScript
Raw Normal View History

module.exports = {
allowedPostUpgradeCommands: ["bun .github/scripts/update-config.ts"],
};