Monorepo for Ariso integration packages, managed as an npm workspace.
| Package | Path | Description |
|---|---|---|
@ariso-ai/link-nango-dev |
nango.dev/ |
Custom Nango integration actions for Ariso |
npm installDependencies are installed at the root and shared via npm workspaces. A single package-lock.json at the root manages all workspace dependencies.
# Run a script in a specific workspace
npm -w nango.dev run compile
npm -w nango.dev run dev