Add a comment about test/webserver.mjs being development-only code
This commit is contained in:
parent
fb3a4e4f5c
commit
046e281e20
@ -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