https://linen.dev logo
Title
a

Alex P

03/23/2023, 2:19 PM
Can I disable a mapping without removing the file from the
mappings
folder, e.g., by adding a
disabled: true
field or so? 🤔
t

Tom

03/23/2023, 2:35 PM
There isn’t a way that’s quite that straightforward, but you could do it by adding a matcher that’ll never be matched e.g. for a header you’ll never actually send
a

Alex P

03/23/2023, 3:09 PM
Yeah, good point