File tree Expand file tree Collapse file tree 5 files changed +18
-12
lines changed
Expand file tree Collapse file tree 5 files changed +18
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -107,6 +107,9 @@ bun install
107107cp .env.example .env.local
108108# Fill in required environment variables
109109
110+ # Generate the prisma client & push the schema to your local database
111+ bunx prisma db push
112+
110113# Start development server
111114bun run dev
112115```
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export const auth = betterAuth({
8383 } ,
8484 plugins : [
8585 multiSession ( ) ,
86- nextCookies ( ) ,
86+ nextCookies ( ) ,
8787 twoFactor ( ) ,
8888 emailOTP ( {
8989 sendVerificationOTP : async ( { email, otp } ) => {
Original file line number Diff line number Diff line change @@ -90,6 +90,20 @@ export default function RootLayout({
9090 src = "https://cloud.umami.is/script.js"
9191 data-website-id = "daf3c389-edda-4092-aed1-bd93cd7b2761"
9292 />
93+ < Script
94+ src = "https://app.databuddy.cc/databuddy.js"
95+ data-client-id = "rhW0oqd511QgVTw1P31WT"
96+ data-api-url = "https://api.databuddy.cc"
97+ data-track-screen-views = "true"
98+ data-track-performance = "true"
99+ data-track-web-vitals = "false"
100+ data-track-errors = "true"
101+ // data-enable-batching="true"
102+ // data-batch-size="20"
103+ // data-batch-timeout="5000"
104+ strategy = "afterInteractive"
105+ defer
106+ />
93107 < script
94108 dangerouslySetInnerHTML = { {
95109 __html : `
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments