mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
feat(api): export BaseDirectory in path module (#1885)
This commit is contained in:
6
.changes/api-export-BaseDirectory.md
Normal file
6
.changes/api-export-BaseDirectory.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"api": patch
|
||||
---
|
||||
|
||||
Export `BaseDirectory` in `path` module
|
||||
|
||||
@@ -469,5 +469,6 @@ export {
|
||||
templateDir,
|
||||
videoDir,
|
||||
currentDir,
|
||||
resolvePath
|
||||
resolvePath,
|
||||
BaseDirectory
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user