We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703d8a0 commit 4894855Copy full SHA for 4894855
1 file changed
app/utils/sandbox.ts
@@ -5,7 +5,7 @@ export const getInitialSandboxFileName = (
5
libraryId?: string
6
) => {
7
if (libraryId === 'start') {
8
- return 'app/routes/__root.tsx'
+ return 'src/routes/__root.tsx'
9
}
10
11
const dir = 'src'
0 commit comments