Guide on how to migrate to Zero YAML in Nango.
nango.yaml
configuration files. Instead, everything is defined in TypeScript using a configuration-as-code approach with full type safety.
Key benefits:
createSync()
: Defines data synchronization jobscreateAction()
: Defines on-off jobscreateOnEvent()
: Defines event-based jobsnango.yaml
and TypeScript filespackage.json
if it doesn’t existindex.ts
entry pointindex.ts
file imports all your integrations:
package.json
ensures:
nango deploy dev