@artus/core
Advanced tools
Comparing version 1.0.0-beta.24 to 1.0.0-beta.25
@@ -75,3 +75,3 @@ "use strict"; | ||
// 2. scan all file in framework | ||
const frameworkConfig = (_a = this.options.framework) !== null && _a !== void 0 ? _a : config.framework; | ||
const frameworkConfig = (_a = config.framework) !== null && _a !== void 0 ? _a : this.options.framework; | ||
const frameworkDirs = await this.getFrameworkDirs(frameworkConfig, root, env); | ||
@@ -78,0 +78,0 @@ for (const frameworkDir of frameworkDirs) { |
{ | ||
"name": "@artus/core", | ||
"version": "1.0.0-beta.24", | ||
"version": "1.0.0-beta.25", | ||
"description": "Core package of Artus", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet