Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Apr 24, 2024
1 parent 90e30cf commit dd257a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/getApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ if (!existsSync(APPS_SRC_ROOT)) {
throw new Error(`Can't find ${APPS_SRC_ROOT}`)
}

console.log({ PACKAGE_ROOT, APPS_DIST_ROOT, APPS_SRC_ROOT })

export const getApp = async (slug: string) => {
try {
const path = join(APPS_DIST_ROOT, slug, 'index.js')
Expand Down

0 comments on commit dd257a0

Please sign in to comment.