mirror of
https://github.com/get-drexa/drive.git
synced 2025-11-30 21:41:39 +00:00
refactor: migrate to vite and restructure repo
Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { authenticatedMutation } from "./functions"
|
||||
import * as FileSystem from "./model/filesystem"
|
||||
import { ensureRootDirectory as ensureRootDirectoryImpl } from "./model/filesystem"
|
||||
|
||||
export const ensureRootDirectory = authenticatedMutation({
|
||||
handler: async (ctx) => {
|
||||
return await FileSystem.ensureRootDirectory(ctx)
|
||||
return await ensureRootDirectoryImpl(ctx)
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user