Skip to content

Commit d34c5c7

Browse files
committed
docs: usage of $jsModule
1 parent bb55d45 commit d34c5c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app-config-js/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ parsingExtensions:
99
- @app-config/js
1010
```
1111

12+
Use it:
13+
14+
```yaml
15+
foo:
16+
$jsModule: './another-file.js'
17+
```
18+
1219
The API of this module is documented via TypeScript definitions.
1320
1421
Read the [Introduction](https://app-config.dev/guide/intro/) or

0 commit comments

Comments
 (0)