From 2de10f5149c0fc25278bfb6c64f33e967ccd1741 Mon Sep 17 00:00:00 2001 From: Darshan Sen Date: Thu, 4 May 2023 20:57:54 +0530 Subject: sea: add option to disable the experimental SEA warning Refs: https://github.com/nodejs/single-executable/discussions/60 Signed-off-by: Darshan Sen PR-URL: https://github.com/nodejs/node/pull/47588 Fixes: https://github.com/nodejs/node/issues/47741 Reviewed-By: Michael Dawson Reviewed-By: Tierney Cyren Reviewed-By: Anna Henningsen Reviewed-By: Joyee Cheung --- doc/api/single-executable-applications.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/api/single-executable-applications.md b/doc/api/single-executable-applications.md index 46c3c8e87a..fe8ff1b954 100644 --- a/doc/api/single-executable-applications.md +++ b/doc/api/single-executable-applications.md @@ -164,7 +164,8 @@ The configuration currently reads the following top-level fields: ```json { "main": "/path/to/bundled/script.js", - "output": "/path/to/write/the/generated/blob.blob" + "output": "/path/to/write/the/generated/blob.blob", + "disableExperimentalSEAWarning": true // Default: false } ``` -- cgit v1.2.1