Skip to content

Commit

Permalink
fix(app-builder): export some logging methods
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Oct 31, 2023
1 parent 6bc2f46 commit 9fc2c81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ exports[`exports > exports from index.ts 1`] = `
"exists",
"getFileContents",
"getPlatformDistPath",
"getRelativePath",
"logRelativePath",
"logSourcePath",
"logTargetPath",
"mkdirs",
"resolvePath",
"resolveString",
Expand Down
4 changes: 4 additions & 0 deletions apps/app-builder/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ export {
exists,
getFileContents,
getPlatformDistPath,
getRelativePath,
logRelativePath,
logSourcePath,
logTargetPath,
mkdirs,
resolvePath,
resolveString,
Expand Down

0 comments on commit 9fc2c81

Please sign in to comment.