This library was generated with Nx. It contains constants used internally in different UI/API packages.
Run yarn nx build constants
to build the library.
Run yarn nx test constants
to execute the unit tests via Jest.
After building your library with yarn nx build constants
, go to the dist folder dist/packages/constants
and run npm publish
.
Install the Package using your preferred package manager:
npm install @gauzy/constants
# or
yarn add @gauzy/constants