@tyran8x/constants
v2.0.1
Published
Constants shared across multiple `app`s, inheriting all capabilities of `@tyran8x-core/shared/constants`. General business constants can be placed here.
Readme
@tyran8x/constants
Constants shared across multiple apps, inheriting all capabilities of @tyran8x-core/shared/constants. General business constants can be placed here.
Usage
Add Dependency
# Enter the target application directory, e.g. apps/xxxx-app
# cd apps/xxxx-app
pnpm add @tyran8x/constantsExample
import { LOGIN_PATH } from '@tyran8x/constants';