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