Skip to content

Commit 24a02bd

Browse files
Add missing file to a basic SSR project structure
1 parent eb1c9db commit 24a02bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/guide/structure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ src
7171
│   └── Baz.vue
7272
├── App.vue
7373
├── app.js # universal entry
74+
├── server.js # Express server
7475
├── entry-client.js # runs in browser only
7576
└── entry-server.js # runs on server only
7677
```

0 commit comments

Comments
 (0)