updated smaller collections for manual

This commit is contained in:
2024-04-29 17:49:02 +00:00
parent 4806cb355b
commit b1e98c2051
1872 changed files with 50236 additions and 3303 deletions

View File

@@ -0,0 +1,15 @@
## How to run the scripts
- Set your grid3 client configuration in `scripts/client_loader.ts` or easily use one of `config.json`
- update your customized deployments specs
- Run using [ts-node](https://www.npmjs.com/ts-node)
```bash
npx ts-node --project tsconfig-node.json scripts/zdb.ts
```
or
```bash
yarn run ts-node --project tsconfig-node.json scripts/zdb.ts
```