3 lines
106 B
JavaScript
3 lines
106 B
JavaScript
export default {
|
|
allowedCommands: ["bun ./scripts/update-config.ts", "bun install && bun run test"],
|
|
};
|