refactor(core): consolidate filesystem services (#30447)
This commit is contained in:
parent
b93963e462
commit
604a5f781f
153 changed files with 2542 additions and 4301 deletions
|
|
@ -1644,7 +1644,7 @@ export default function Layout(props: ParentProps) {
|
|||
})
|
||||
|
||||
onMount(() => {
|
||||
serverSDK.client.file
|
||||
serverSDK.client.vcs
|
||||
.status({ directory: props.directory })
|
||||
.then((x) => {
|
||||
const files = x.data ?? []
|
||||
|
|
@ -1712,7 +1712,7 @@ export default function Layout(props: ParentProps) {
|
|||
}
|
||||
|
||||
onMount(() => {
|
||||
serverSDK.client.file
|
||||
serverSDK.client.vcs
|
||||
.status({ directory: props.directory })
|
||||
.then((x) => {
|
||||
const files = x.data ?? []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue