General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
122
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
services: letta_server: image: letta_server hostname: letta-server build: context: . dockerfile: Dockerfile target: development args: - MEMGPT_ENVIRONMENT=DEVELOPMENT depends_on: - letta_db env_file: - .env environment: - WATCHFILES_FORCE_POLLING=true
volumes:
- ./letta:/letta
- ~/.letta/credentials:/root/.letta/credentials
- ./configs/server_config.yaml:/root/.letta/config
- ./CONTRIBUTING.md:/CONTRIBUTING.md
- ./tests/pytest_cache:/letta/.pytest_cache
- ./tests/pytest.ini:/letta/pytest.ini
- ./pyproject.toml:/pyproject.toml
- ./tests:/tests
ports:
- "8083:8083"
- "8283:8283"