Skip to content

Commit

Permalink
chore: change remapping
Browse files Browse the repository at this point in the history
Signed-off-by: GopherJ <[email protected]>
  • Loading branch information
GopherJ committed Aug 31, 2023
1 parent d0a0a0a commit 044af57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ffi = true
fs_permissions = [{ access = "read", path = "./" }]
ignored_error_codes = [2072, 2059, 5574, 2519, 1878, 5667, 2018, 3445]
libs = ["lib"]
libs = ["node_modules", "lib"]
out = 'out'
remappings = ["contracts/=contracts/"]
src = 'contracts/'
Expand Down

0 comments on commit 044af57

Please sign in to comment.