Skip to content

Commit 277f5ca

Browse files
authored
feat(api): export BaseDirectory in path module (#1885)
1 parent bd21f70 commit 277f5ca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"api": patch
3+
---
4+
5+
Export `BaseDirectory` in `path` module
6+

tooling/api/src/path.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,5 +469,6 @@ export {
469469
templateDir,
470470
videoDir,
471471
currentDir,
472-
resolvePath
472+
resolvePath,
473+
BaseDirectory
473474
}

0 commit comments

Comments
 (0)