mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Refactor Prisma integration and improve project setup
- Move Prisma files to standard /prisma directory - Remove Turso adapter dependencies for Prisma - Fix auth configuration in templates - Update router devtools package name - Simplify post-installation instructions - Improve npm scripts with cleaner commands
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
"@tanstack/react-query": "^5.66.0",
|
||||
"@tanstack/react-query-devtools": "^5.66.0",
|
||||
"@tanstack/react-router": "^1.101.0",
|
||||
"@tanstack/router-devtools": "^1.101.0",
|
||||
"@tanstack/react-router-devtools": "^1.114.25",
|
||||
"@trpc/client": "^11.0.0-rc.748",
|
||||
"@trpc/react-query": "^11.0.0-rc.748",
|
||||
"@trpc/server": "^11.0.0-rc.748",
|
||||
|
||||
@@ -9,7 +9,7 @@ import {
|
||||
createRootRouteWithContext,
|
||||
useRouterState,
|
||||
} from "@tanstack/react-router";
|
||||
import { TanStackRouterDevtools } from "@tanstack/router-devtools";
|
||||
import { TanStackRouterDevtools } from "@tanstack/react-router-devtools";
|
||||
import "../index.css";
|
||||
|
||||
export interface RouterAppContext {
|
||||
|
||||
Reference in New Issue
Block a user