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:
parent
fb3a4e4f5c
commit
046e281e20
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue