Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jul 24, 2023
1 parent d271afa commit fb23d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/config/load-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ const loadConfig = async (
)
}
}
for (const [key, value] of Object.entries(config.links)) {
for (const [key, value] of Object.entries(config.links || {})) {
if (value.startsWith("./")) {
links[key] = path.join(config.workspaceKsPath, value)
}
Expand Down

0 comments on commit fb23d61

Please sign in to comment.