UNPKG

ember-codemod-v1-to-v2

Version:

Codemod to convert Ember addons to v2 addon format

4 lines (3 loc) 177 B
import { join } from 'node:path'; import { getFilePath } from '@codemod-utils/blueprints'; export const blueprintsRoot = join(getFilePath(import.meta.url), '../../blueprints');