Skip to content

Commit

Permalink
Add a comment about test/webserver.mjs being development-only code
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuffleupagus committed Jun 29, 2024
1 parent fb3a4e4 commit 046e281
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 046e281

Please sign in to comment.