Merge pull request #18346 from Snuffleupagus/webserver-dev-note
Add a comment about `test/webserver.mjs` being development-only code
This commit is contained in:
commit
40b0c848ee
@ -14,6 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
// PLEASE NOTE: This code is intended for development purposes only and
|
||||
// should NOT be used in production environments.
|
||||
|
||||
import fs from "fs";
|
||||
import fsPromises from "fs/promises";
|
||||
import http from "http";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user