Skip to content

Commit b4c76c8

Browse files
authored
docs: add missing service-worker.js location in src tree visualization (#10780)
1 parent 550db0a commit b4c76c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation/docs/10-getting-started/30-project-structure.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ my-project/
1818
│ ├ app.html
1919
│ ├ error.html
2020
│ ├ hooks.client.js
21-
│ └ hooks.server.js
21+
│ ├ hooks.server.js
22+
│ └ service-worker.js
2223
├ static/
2324
│ └ [your static assets]
2425
├ tests/

0 commit comments

Comments
 (0)