Add Dynamic Configs
Power dynamic configs for “Pokémon of the Day” by adding an initSync flow that outputs Slack user and Pokémon type options to stdout, populating tenant dropdowns automatically.
├── build
├── node_modules
├── src
│ ├── processLogic
│ │ ├── initSync.ts
│ │ └── pokemonSync.ts
│ ├── index.ts
│ ├── lib.ts
│ └── transformations.ts
├── .env
├── package.json
├── PANDIUM.yaml
└── tsconfig.jsonLast updated
Was this helpful?