1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-22 10:12:31 +01:00

remove npm run sync:db step from setup

This commit is contained in:
Madeline 2023-01-05 17:02:40 +11:00
parent 259c1b4979
commit 52ede06c86
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47

View File

@ -35,10 +35,6 @@ npm i
# Build and generate schema. Separately, they are `build` and `generate:schema`.
npm run setup
# Syncronise database. Be careful running this on existing databases,
# as you may incur dataloss. You only need to run this once.
npm run sync:db
# Start the bundle server ( API, CDN, Gateway in one )
npm run start
```