Add vitest.config.mts with node environment and v8 coverage. Add test:watch and test:coverage scripts to package.json. Complete .env.example with all config fields from loader.ts. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
890 B
Text
14 lines
890 B
Text
# ─── Required ────────────────────────────────────────────────────────────────
|
|
|
|
# Discord bot token -- obtained from https://discord.com/developers/applications
|
|
DISCORD_BOT_TOKEN=your-discord-bot-token-here
|
|
|
|
# ─── Optional ────────────────────────────────────────────────────────────────
|
|
|
|
# Discord guild (server) ID -- restricts the bot to a single server.
|
|
# If not set, the bot uses the first guild it finds on startup.
|
|
# DISCORD_GUILD_ID=123456789012345678
|
|
|
|
# Absolute path to the claude CLI executable.
|
|
# Only needed if "claude" is not on your PATH or you want a specific version.
|
|
# CLAUDE_PATH=/usr/local/bin/claude
|