diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index c7b20c90..97b47757 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -1,5 +1,5 @@
# Update the VARIANT arg in docker-compose.yml to pick a Node version
-FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:20-bookworm
+FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:22-bookworm
# Update args in docker-compose.yaml to set the UID/GID of the "node" user.
ARG USER_UID=1000
diff --git a/.devcontainer/post-create.sh b/.devcontainer/post-create.sh
index 8a3ccf8c..b7019d6a 100644
--- a/.devcontainer/post-create.sh
+++ b/.devcontainer/post-create.sh
@@ -1,6 +1,7 @@
sudo chown -R node:node /home/node
curl -fsSL https://bun.sh/install | bash -s "bun-v1.1.38"
+
git config diff.lockb.textconv bun
git config diff.lockb.binary true
diff --git a/apps/captainofbass.com/src/app/music/page.tsx b/apps/captainofbass.com/src/app/music/page.tsx
index 7c3ca40c..15e85a5b 100644
--- a/apps/captainofbass.com/src/app/music/page.tsx
+++ b/apps/captainofbass.com/src/app/music/page.tsx
@@ -1,12 +1,11 @@
-import dynamic from 'next/dynamic'
+import MusicClient from './pageClient'
import { PageContainer } from '@mikeallisonjs/shared-react-components'
-const DynamicMusicClient = dynamic(() => import('./pageClient'), { ssr: false })
export default function Music() {
return (
-
+
)
}
diff --git a/apps/captainssounds.com/next-env.d.ts b/apps/captainssounds.com/next-env.d.ts
index 40c3d680..1b3be084 100644
--- a/apps/captainssounds.com/next-env.d.ts
+++ b/apps/captainssounds.com/next-env.d.ts
@@ -2,4 +2,4 @@
///
// NOTE: This file should not be edited
-// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
+// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
diff --git a/apps/captainssounds.com/src/app/error.tsx b/apps/captainssounds.com/src/app/error.tsx
index 6f3c781a..ca49c3ab 100644
--- a/apps/captainssounds.com/src/app/error.tsx
+++ b/apps/captainssounds.com/src/app/error.tsx
@@ -25,6 +25,7 @@ export default function Error({