|
@@ -2,10 +2,6 @@
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
|
|
-import { invokeTauriCommand } from './helpers/tauri'
|
|
|
-import { BaseDirectory } from './fs'
|
|
|
-import { isWindows } from './helpers/os-check'
|
|
|
-
|
|
|
/**
|
|
|
* The path module provides utilities for working with file and directory paths.
|
|
|
*
|
|
@@ -27,6 +23,10 @@ import { isWindows } from './helpers/os-check'
|
|
|
* @module
|
|
|
*/
|
|
|
|
|
|
+import { invokeTauriCommand } from './helpers/tauri'
|
|
|
+import { BaseDirectory } from './fs'
|
|
|
+import { isWindows } from './helpers/os-check'
|
|
|
+
|
|
|
/**
|
|
|
* Returns the path to the suggested directory for your app config files.
|
|
|
* Resolves to `${configDir}/${bundleIdentifier}`, where `bundleIdentifier` is the value configured on `tauri.conf.json > tauri > bundle > identifier`.
|