#!/usr/bin/env bash
payload="${1:-$(cat)}"
DEFAULT_CODEX_SOUND="<your_sound_here.wav>"
# Set CODEX_CUSTOM_SOUND in your shell config (e.g. ~/.zshrc;~/.bashrc;...) to override the alert path.
CODEX_CUSTOM_SOUND="${CODEX_CUSTOM_SOUND:-$DEFAULT_CODEX_SOUND}"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Stack: | |
| ## Tanstack Start | |
| ## Infra: Alchemy / Cloudflare | |
| ## UI: Shadcn | |
| ## Store: Zustand | |
| ## DB Drizzle | |
| ## Commands | |
| - Dev Server: pnpm dev (runs Alchemy dev with hot-reload; uses .env.dev) |
OlderNewer