From 55fcca0f8dead4dccc7a4a229ca8bdb93a6db606 Mon Sep 17 00:00:00 2001 From: rugk Date: Thu, 30 Oct 2025 13:21:59 +0100 Subject: [PATCH] Add information about Composer dir --- .github/copilot-instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 00dd1928..a77b552d 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -36,6 +36,7 @@ ### Build - **No explicit build step** for PHP. The web app is served directly from source. + - This means **composer directory** need to be comitted (_except_ of big optional dependences like Google Cloud like GCS support or similar!) - **For JavaScript:** There is no webpack/bundler step for release; browser JS is written in compatible ES5+ syntax except in `legacy.js` (ES3). ### Run