We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2402f commit 2412ceeCopy full SHA for 2412cee
src/content/docs/workers/runtime-apis/nodejs/fs.mdx
@@ -42,7 +42,8 @@ The directory structure initially looks like:
42
43
The `/bundle` directory contains the files for all modules included in your
44
Worker bundle, which you can read using APIs like `readFileSync` or
45
-`read(...)`, etc. These are always read-only.
+`read(...)`, etc. These are always read-only. Reading from the bundle
46
+can be useful when you need to read a config file or a template.
47
48
The `/tmp` directory is writable, and you can use it to create temporary files
49
or directories. You can also create symlinks in this directory. However, the
0 commit comments