


@breadcrumb ディレクトリを作成する。{breadcrumb} を書く layout.tsx と同じ階層に作成する必要がある。
postCreateCommandでuvxを使えるようにしたらSerenaMCPを使える。
{
// ...
"postCreateCommand": "zsh .devcontainer/post-create-command.sh"
// ...
}curl -LsSf https://astral.sh/uv/install.sh | sh && echo 'export PATH=\"$HOME/.cargo/bin:$PATH\"' >> ~/.bashrc
簡単な fetch() のログを見たいなら以下:
const nextConfig: NextConfig = {
// ...
logging: {
fetches: {
fullUrl: true,
hmrRefreshes: true,
},
},
// ...
}OpenTelemetryというもので色々計測できるらしい。




