├── .gitignore ├── CLAUDE.md ├── LICENSE ├── README.md ├── nextjs_actions_analyzer.py └── screenshot.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adversis/NextjsServerActionAnalyzer/HEAD/.gitignore -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adversis/NextjsServerActionAnalyzer/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adversis/NextjsServerActionAnalyzer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adversis/NextjsServerActionAnalyzer/HEAD/README.md -------------------------------------------------------------------------------- /nextjs_actions_analyzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adversis/NextjsServerActionAnalyzer/HEAD/nextjs_actions_analyzer.py -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adversis/NextjsServerActionAnalyzer/HEAD/screenshot.png --------------------------------------------------------------------------------