We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5049f89 commit a43f26dCopy full SHA for a43f26d
1 file changed
AGENTS.md
@@ -29,8 +29,6 @@ docker compose up
29
30
## Development
31
- Use `docker compose` for all commands; project mounts into `editor-api:builder` with tmpfs for `tmp/`.
32
-- Seeds: `docker compose run --rm api rails projects:create_all` (see README for others).
33
-- DB sync (needs Heroku CLI): `./bin/db-sync/production-to-local.sh` or `staging-to-local.sh`.
34
35
## Testing
36
- Full suite: `docker compose run --rm api rspec`
0 commit comments