Skip to content

Commit

Permalink
fix: add multicall static out folder to nodemon ignore config (FuelLa…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 authored Jul 3, 2023
1 parent c78e0b5 commit e67ba74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/plenty-lies-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
3 changes: 2 additions & 1 deletion nodemon.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"**/Forc.lock",
"**/getSupportedVersions.ts",
"**/out/debug/**",
"apps/demo-typegen/src/generated-types/**"
"apps/demo-typegen/src/generated-types/**",
"packages/program/src/multicall/static-out/**"
]
}

0 comments on commit e67ba74

Please sign in to comment.