Files
example-appstore/config.js

4 lines
91 B
JavaScript
Raw Normal View History

2025-04-26 10:13:56 +02:00
export default {
2025-04-26 15:39:10 +02:00
allowedCommands: ["bun ./scripts/update-config.ts", "bun run test"],
};