Don't check api.json files into git (#3565)
These were needed when the docs lived in a different repo, but they don't any more so we can get rid of them. ### Change Type - [x] `internal` — Does not affect user-facing stuff - [x] `chore` — Updating dependencies, other boring stuff
This commit is contained in:
parent
59b7c25270
commit
c9b7d328fe
28 changed files with 687 additions and 210019 deletions
|
@ -2,7 +2,7 @@ import { nicelog } from '@/utils/nicelog'
|
|||
import { connect } from './functions/connect'
|
||||
;(async function () {
|
||||
nicelog('◦ Resetting database...')
|
||||
await connect({ reset: true })
|
||||
await connect({ reset: true, mode: 'readwrite' })
|
||||
nicelog('✔ Complete!')
|
||||
process.exit()
|
||||
})()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue