refactor(core): consolidate filesystem services (#30447)

This commit is contained in:
Dax 2026-06-02 16:09:26 -04:00 committed by GitHub
commit 604a5f781f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
153 changed files with 2542 additions and 4301 deletions

View file

@ -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 ?? []