1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Add a comment about test/webserver.mjs being development-only code

This commit is contained in:
Jonas Jenwald 2024-06-29 12:05:28 +02:00
parent fb3a4e4f5c
commit 046e281e20

View file

@ -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";