defang 2.9.0 → 2.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,3 +57,4 @@ The Defang CLI recognizes the following environment variables:
|
|
|
57
57
|
|
|
58
58
|
Environment variables will be loaded from a `.defang` file in the current directory, if it exists. This file follows
|
|
59
59
|
the same format as a `.env` file: `KEY=VALUE` pairs on each line, lines starting with `#` are treated as comments and ignored.
|
|
60
|
+
|
package/package.json
CHANGED