UNPKG

ember-codemod-v1-to-v2

Version:

Codemod to convert Ember addons to v2 addon format

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