Skip to content

Commit bd98dd4

Browse files
committed
chord: remove redirect to connect
1 parent 7a90994 commit bd98dd4

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/components/my-studio.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function MyStudioInternal({
3232
const dialet = driver.getFlags().dialect;
3333

3434
const goBack = useCallback(() => {
35-
router.push("/connect");
35+
router.push("/");
3636
}, [router]);
3737

3838
const extensions = useMemo(() => {

tsconfig.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@
2222
"@/*": ["./src/*"]
2323
}
2424
},
25-
"include": [
26-
"next-env.d.ts",
27-
"**/*.ts",
28-
"**/*.tsx",
29-
".next/types/**/*.ts",
30-
"src/app/(theme)/connect/saved-connection-storage.ts.back"
31-
],
25+
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
3226
"exclude": ["node_modules"]
3327
}

0 commit comments

Comments
 (0)