Skip to content

Commit

Permalink
Merge pull request #18346 from Snuffleupagus/webserver-dev-note
Browse files Browse the repository at this point in the history
Add a comment about `test/webserver.mjs` being development-only code
  • Loading branch information
timvandermeij authored Jun 30, 2024
2 parents fb3a4e4 + 046e281 commit 40b0c84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/webserver.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 40b0c84

Please sign in to comment.