Skip to content

Commit

Permalink
doc: use disableExperimentalSEAWarning in SEA example
Browse files Browse the repository at this point in the history
Signed-off-by: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
RaisinTen committed Apr 24, 2023
1 parent e65dc92 commit 9fc4544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/single-executable-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tool, [postject][]:
single executable application (see
[Generating single executable preparation blobs][] for details):
```console
$ echo '{ "main": "hello.js", "output": "sea-prep.blob" }' > sea-config.json
$ echo '{ "main": "hello.js", "output": "sea-prep.blob", "disableExperimentalSEAWarning": true }' > sea-config.json
```

3. Generate the blob to be injected:
Expand Down

0 comments on commit 9fc4544

Please sign in to comment.