1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00
This commit is contained in:
Martin McKeaveney 2020-07-27 17:48:35 +01:00
parent bf0a88f626
commit 15c35ac0ca

View file

@ -27,7 +27,7 @@ exports.fetchAppComponentDefinitions = async function(ctx) {
const componentJson = require(join(
appDirectory,
componentLibrary,
ctx.isDev ? "" : "packages",
ctx.isDev ? "" : "package",
"components.json"
))