updating the devtools plugin backend readme to add an unlisted property that will cause the build to fail

Signed-off-by: Stephon Parker <sgparker62@gmail.com>
This commit is contained in:
Stephon Parker
2024-05-04 10:12:37 -04:00
parent b3790619ef
commit a1f3cf2864
+1
View File
@@ -28,6 +28,7 @@ Here's how to get the DevTools Backend up and running:
logger: env.logger,
config: env.config,
permissions: env.permissions,
discovery: env.discovery,
});
}
```