/proc/4/task/7/root/proc/thread-self/cwd/_ssr
This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.
import { t as TSS_SERVER_FUNCTION } from "./ssr.mjs";//#region node_modules/.nitro/vite/services/ssr/assets/createServerRpc-A6pJPYTF.jsvar createServerRpc = (serverFnMeta, splitImportFn) => { const url = "/_serverFn/" + serverFnMeta.id; return Object.assign(splitImportFn, { url, serverFnMeta, [TSS_SERVER_FUNCTION]: true });};//#endregionexport { createServerRpc as t };