Skip to content

Commit b342dc5

Browse files
authored
Merge pull request #107 from CyberL1/master
2 parents f06a849 + adafd1c commit b342dc5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/setup/server/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ cd server
3838
# Install javascript packages
3939
npm i
4040

41-
# Build and generate schema. Separately, they are `build` and `generate:schema`.
42-
npm run setup
41+
# Build and generate schema + openapi. Separately, they are `build:src`, `generate:schema` and `generate:openapi`.
42+
npm run build
4343

4444
# Start the bundle server ( API, CDN, Gateway in one )
4545
npm run start
@@ -92,4 +92,4 @@ Well, now you can configure {{ project.name }} to your liking!
9292
- [Set up experimental and optional Admin API](adminApi)
9393
- [Skip to server configuration](configuration)
9494
- [Skip to reverse proxy / SSL](reverseProxy.md)
95-
- [Skip to security](security)
95+
- [Skip to security](security)

0 commit comments

Comments
 (0)