mirror of
https://github.com/Vomitblood/stort.git
synced 2025-04-03 04:31:01 +08:00
6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
import { createDir } from "@tauri-apps/api/fs";
|
|
|
|
export const testing = async () => {
|
|
await createDir("/home/vomitblood/.config/stort/");
|
|
};
|