info_tfgrid/collections/documentation/developers/javascript/grid3_javascript_run_scripts.md

16 lines
373 B
Markdown
Raw Normal View History

2024-03-25 20:25:18 +00:00
## 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
```