Skip to content

Commit

Permalink
chord: remove redirect to connect
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Feb 26, 2025
1 parent 7a90994 commit bd98dd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/components/my-studio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function MyStudioInternal({
const dialet = driver.getFlags().dialect;

const goBack = useCallback(() => {
router.push("/connect");
router.push("/");
}, [router]);

const extensions = useMemo(() => {
Expand Down
8 changes: 1 addition & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
"@/*": ["./src/*"]
}
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"src/app/(theme)/connect/saved-connection-storage.ts.back"
],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
}

0 comments on commit bd98dd4

Please sign in to comment.