Skip to content

Commit

Permalink
Remappings
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem committed Dec 26, 2023
1 parent e5a277c commit 89017ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@ src = "src"
out = "out"
libs = ["lib"]

"remappings": [
"ds-test/=lib/forge-std/lib/ds-test/src/",
"forge-std/=lib/forge-std/src/",
"solady/=lib/solady/src/",
"solmate/=lib/solmate/src/"
]

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options

0 comments on commit 89017ee

Please sign in to comment.