├── .gitignore ├── LICENSE ├── README.md ├── package.json ├── pnpm-lock.yaml └── trace-to-tree.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azu/nextjs-trace-to-tree/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azu/nextjs-trace-to-tree/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azu/nextjs-trace-to-tree/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azu/nextjs-trace-to-tree/HEAD/package.json -------------------------------------------------------------------------------- /pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azu/nextjs-trace-to-tree/HEAD/pnpm-lock.yaml -------------------------------------------------------------------------------- /trace-to-tree.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azu/nextjs-trace-to-tree/HEAD/trace-to-tree.js --------------------------------------------------------------------------------