Skip to content

Commit bc8dbc4

Browse files
committed
Update package dependencies and fix baseURL in auth configuration
1 parent 7de003d commit bc8dbc4

3 files changed

Lines changed: 25 additions & 170 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"react-dom": "^19.0.0",
5757
"react-hook-form": "^7.56.4",
5858
"satori": "^0.12.1",
59-
"onner": "^2.0.3",
59+
"sonner": "^2.0.6",
6060
"tailwind": "^4.0.0",
6161
"tailwind-merge": "^3.3.0",
6262
"tailwindcss": "^4.1.7",
@@ -73,4 +73,4 @@
7373
"prettier-plugin-astro": "^0.14.1",
7474
"tw-animate-css": "^1.3.0"
7575
}
76-
}
76+
}

pnpm-lock.yaml

Lines changed: 21 additions & 166 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/auth.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { betterAuth } from 'better-auth';
44
import { drizzleAdapter } from 'better-auth/adapters/drizzle';
55

66
export const auth = betterAuth({
7-
HERE I NEED TO UPDATE HTE LOCAL DEVELOPMENT _ CURRENTLS ITS BUGGY
8-
baseURL: "https://openpoll.pages.dev/",
7+
// HERE I NEED TO UPDATE HTE LOCAL DEVELOPMENT _ CURRENTLS ITS BUGGY
8+
baseURL: "https://openpoll.app/",
99
database: drizzleAdapter(db, {
1010
provider: 'sqlite',
1111
schema: {

0 commit comments

Comments
 (0)