/ai

Primary LanguageTypeScriptMIT LicenseMIT

Ai

This workspace has been generated by Nx, a Smart, fast and extensible build system.

Understand this workspace

Run nx graph to see a diagram of the dependencies of the projects.

Remote caching

Run npx nx connect-to-nx-cloud to enable remote caching and make CI faster.

Further help

Visit the Nx Documentation to learn more.

Creating A New Node Package

nx g @nx/node:lib my-new-lib --publishable --importPath=my-new-lib

Building

nx run-many --target=build my-lib