UNPKG

ember-app-scheduler

Version:

Ember addon to schedule work at different phases of app life cycle.

8 lines (5 loc) 197 B
'use strict'; const path = require('path'); module.exports = function normalizeBlueprintOption(blueprint) { return blueprint[0] === '.' ? path.resolve(process.cwd(), blueprint) : blueprint; };