Files
example-appstore/config.js
2025-11-08 00:18:25 -06:00

4 lines
106 B
JavaScript

export default {
allowedCommands: ["bun ./scripts/update-config.ts", "bun install && bun run test"],
};