Single env var STORYKIT_PORT configures backend port, frontend proxy target, frontend dev server port (port + 2172), and WebSocket host. Added .story_kit_port to .gitignore and .ignore to prevent git tracking and cargo watch restart loops. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
147 B
Plaintext
8 lines
147 B
Plaintext
# Prevents cargo watch from restarting the server on non-Rust file changes
|
|
frontend/
|
|
node_modules/
|
|
.claude/
|
|
.story_kit/
|
|
store.json
|
|
.story_kit_port
|