This commit automatically includes in the allow-fs-read list all the app's entrypoints. `--require` and user entry point Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com> PR-URL: https://github.com/nodejs/node/pull/58579 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
3 lines
No EOL
110 B
JavaScript
3 lines
No EOL
110 B
JavaScript
// Simulate a regular loading without fs operations
|
|
// but with access to Node core modules
|
|
require('node:fs') |