File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1- The Whack project may include an [ ` .env ` file] ( https://www. dotenv.org ) that defines variables that may be
1+ The Whack project may include an [ ` .env ` file] ( https://github.com/ dotenv-rs/dotenv?tab=readme-ov-file#examples ) that defines variables that may be
22referenced in ` import.meta.env.NAME ` expressions.
33
44> Note that an ` .env ` file applies to a Whack package's directory, and not a sole Whack workspace's directory per se.
@@ -15,4 +15,9 @@ ActionScript may read that `SECRET` variable using `import.meta.env.SECRET`:
1515import.meta.env.SECRET
1616```
1717
18- > Note that ` import.meta.env.NAME ` returns ` null ` if ` NAME ` does not exist.
18+ > Note that ` import.meta.env.NAME ` returns ` null ` if ` NAME ` does not exist.
19+
20+ ## Syntax
21+
22+ Refer to [ this repository] ( https://github.com/dotenv-rs/dotenv?tab=readme-ov-file#examples ) for supported syntax in
23+ ` .env ` files.
You can’t perform that action at this time.
0 commit comments