Skip to content

Commit

Permalink
Update command.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Sep 4, 2024
1 parent 0767999 commit ec95cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .blueprint/generate-sample/command.mts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import { join } from 'node:path';
import process from 'node:process';
import { defaultSamplesFolder } from '../constants.js';
import type { JHipsterCommandDefinition } from '../../../lib/command/index.js';
import type { JHipsterCommandDefinition } from '../../lib/command/index.js';
import { GENERATOR_APP, GENERATOR_WORKSPACES } from '../../generators/generator-list.js';

const command: JHipsterCommandDefinition = {
Expand Down

0 comments on commit ec95cd3

Please sign in to comment.