UNPKG

nextjs-server-action-tester

Version:

A development tool for scanning and testing server actions in Next.js projects.

9 lines (8 loc) 200 B
const config = { apiName: "list-actions", pageName: "list-actions", actionsPathFileName: "server-actions", excludeDirs: ['node_modules', '.git', '.next'], maxDepth: 10, } module.exports = config