UNPKG

gen-jhipster

Version:

VHipster - Spring Boot + Angular/React/Vue in one handy generator

12 lines (11 loc) 353 B
import { JAVA_DOCKER_DIR } from "../generator-constants.js"; export const mutateApplicationLoading = { __override__: false, dockerContainers: () => ({}), dockerApplicationEnvironment: () => ({}), dockerServices: () => [], }; export const mutateApplicationPreparing = { __override__: false, dockerServicesDir: JAVA_DOCKER_DIR, };