Skip to content

Commit

Permalink
config: update mount order modules
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Aug 24, 2022
1 parent 658d8a4 commit 9ebb809
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Add to `./config/_default/module.toml`:

```toml
[[mounts]]
source = "layouts"
source = "node_modules/@hyas/images/layouts"
target = "layouts"

[[mounts]]
source = "node_modules/@hyas/images/layouts"
source = "layouts"
target = "layouts"
```

Expand Down
4 changes: 2 additions & 2 deletions config/_default/module.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[mounts]]
source = "layouts"
source = "node_modules/@hyas/images/layouts"
target = "layouts"

[[mounts]]
source = "node_modules/@hyas/images/layouts"
source = "layouts"
target = "layouts"

0 comments on commit 9ebb809

Please sign in to comment.