diff --git a/apps/cli/cli-core/src/trpc.ts b/apps/cli/cli-core/src/trpc.ts index e913bda9..2f3be660 100644 --- a/apps/cli/cli-core/src/trpc.ts +++ b/apps/cli/cli-core/src/trpc.ts @@ -343,7 +343,7 @@ export const cliApiRouter = t.router({ fs.mkdirSync(fullPath); return { - route, + route: `/${route}/`, }; }), @@ -367,7 +367,7 @@ export const cliApiRouter = t.router({ fs.writeFileSync(fullPath, "{}"); return { - route, + route: `/${route}`, }; }), diff --git a/apps/cli/cli-web/src/components/filebrowser.tsx b/apps/cli/cli-web/src/components/filebrowser.tsx index cc693c19..24302599 100644 --- a/apps/cli/cli-web/src/components/filebrowser.tsx +++ b/apps/cli/cli-web/src/components/filebrowser.tsx @@ -122,6 +122,13 @@ export const FileBrowser = (input: { path: string; data: FolderDataType }) => { + {/* TODO: Igor, check Marks button */} + { return ( <> -
- {/* breadcrumbs */} -