Skip to content

Commit 4894855

Browse files
authored
fix(codesandbox): open ./src instead of ./app on launch (#369)
1 parent 703d8a0 commit 4894855

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)