Skip to content

Commit

Permalink
feat(common): add support for nx-micronaut plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Jul 3, 2022
1 parent 87955c6 commit b72cdaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/common/src/lib/core/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ export const NX_QUARKUS_PKG = '@nxrocks/nx-quarkus';
export const NX_SPRING_BOOT = 'nx-spring-boot';
export const NX_SPRING_BOOT_PKG = '@nxrocks/nx-spring-boot';

export const NX_MICRONAUT = 'nx-micronaut';
export const NX_MICRONAUT_PKG = '@nxrocks/nx-micronaut';

export const COMMON = 'common';
export const COMMON_PKG = '@nxrocks/common';

0 comments on commit b72cdaf

Please sign in to comment.