Selaa lähdekoodia

Add information about Composer dir

rugk 9 kuukautta sitten
vanhempi
sitoutus
55fcca0f8d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      .github/copilot-instructions.md

+ 1 - 0
.github/copilot-instructions.md

@@ -36,6 +36,7 @@
 ### Build
 ### Build
 
 
 - **No explicit build step** for PHP. The web app is served directly from source.
 - **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).
 - **For JavaScript:** There is no webpack/bundler step for release; browser JS is written in compatible ES5+ syntax except in `legacy.js` (ES3).
 
 
 ### Run
 ### Run