Skip to content

Commit

Permalink
fix: file path for compile TS file
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 committed Sep 19, 2024
1 parent 8b32a17 commit 0233b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/workspace.hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function useWorkspaceActions() {
const tsProjectFiles: Record<string, string> = {};

const filesWithContent = await readdirTree(
`/${projectId}`,
projectId,
{
basePath: null,
content: true,
Expand Down

0 comments on commit 0233b00

Please sign in to comment.