File Explorer

/proc/4/task/9/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 /.

0 dirs
9 files
createServerRpc-A6pJPYTF.mjs386 B · 13 lines
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 };