Skip to content

Commit 2412cee

Browse files
authored
Update src/content/docs/workers/runtime-apis/nodejs/fs.mdx
1 parent bd2402f commit 2412cee

File tree

1 file changed

+2
-1
lines changed
  • src/content/docs/workers/runtime-apis/nodejs

1 file changed

+2
-1
lines changed

src/content/docs/workers/runtime-apis/nodejs/fs.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ The directory structure initially looks like:
4242

4343
The `/bundle` directory contains the files for all modules included in your
4444
Worker bundle, which you can read using APIs like `readFileSync` or
45-
`read(...)`, etc. These are always read-only.
45+
`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.
4647

4748
The `/tmp` directory is writable, and you can use it to create temporary files
4849
or directories. You can also create symlinks in this directory. However, the

0 commit comments

Comments
 (0)