Unverified Commit 88b39402 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] configure dwds to not serve devtools (#52284)

parent 14eaf824
......@@ -91,6 +91,7 @@ class WebAssetServer implements AssetReader {
},
urlEncoder: urlTunneller,
enableDebugging: true,
serveDevTools: false,
logWriter: (Level logLevel, String message) => globals.printTrace(message)
);
shelf.Pipeline pipeline = const shelf.Pipeline();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment