Memory
Store commands, configs, and notes that persist across sessions
Sign up to add memories
3 commands2 configs1 notes•6 total
command
run_dev
pnpm dev
my-saas-app•Updated 11/25/2025
command
run_tests
pnpm test --coverage
my-saas-app•Updated 11/26/2025
config
db_url
postgresql://localhost:5432/myapp_dev
my-saas-app•Updated 11/27/2025
note
api_key_note
Stripe test keys are in .env.local - never commit to git
my-saas-app•Updated 11/28/2025
command
docker_build
docker build -t api-server . && docker run -p 3000:3000 api-server
api-server•Updated 11/29/2025
config
redis_host
redis://localhost:6379
api-server•Updated 11/30/2025