Skip to content

Commit 99ce046

Browse files
authored
fix(codesandbox): open ./src instead of ./app on launch (TanStack#369)
1 parent df1ce1a commit 99ce046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/utils/sandbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const getInitialSandboxFileName = (
55
libraryId?: string
66
) => {
77
if (libraryId === 'start') {
8-
return 'app/routes/__root.tsx'
8+
return 'src/routes/__root.tsx'
99
}
1010

1111
const dir = 'src'

0 commit comments

Comments
 (0)