Skip to content

Commit f0708f1

Browse files
committed
fix(codesandbox): open ./src instead of ./app on launch
1 parent 082a8ba commit f0708f1

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)