From 848fd2c30b111922a8c7cea360b4477aa26472b2 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Wed, 1 Apr 2026 09:09:26 +0100 Subject: [PATCH] fix: correct order of sentences in AGENTS.md for clarity --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index bc498eb211..cafdfe9ba1 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1 +1 @@ -This is a local development server hosted at HOST env variable (please read config.env file). When you make any changes to the codebase the server hot-reloads. Please make sure you wait for it to restart to test. This project is hosted on docker compose for local development. If you need access to the database during development, credentials are in config.env file. \ No newline at end of file +This is a local development server hosted at HOST env variable (please read config.env file). This project is hosted on docker compose for local development. When you make any changes to the codebase the container hot-reloads. Please make sure you wait for it to restart to test. If you need access to the database during development, credentials are in config.env file. \ No newline at end of file