component libraries - looking in wrong dir, in dev
This commit is contained in:
parent
d0f2990333
commit
7238086333
|
@ -27,7 +27,6 @@ exports.fetchAppComponentDefinitions = async function(ctx) {
|
||||||
const componentJson = require(join(
|
const componentJson = require(join(
|
||||||
appDirectory,
|
appDirectory,
|
||||||
componentLibrary,
|
componentLibrary,
|
||||||
"package",
|
|
||||||
"components.json"
|
"components.json"
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue