File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/pages/getting-started Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ import {
5555} from " drizzle-orm/pg-core"
5656import postgres from " postgres"
5757import { drizzle } from " drizzle-orm/postgres-js"
58- import type { AdapterAccountType } from " @auth/core/adapters" ;
58+ import type { AdapterAccountType } from " @auth/core/adapters"
5959
6060const connectionString = " postgres://postgres:postgres@localhost:5432/drizzle"
6161const pool = postgres (connectionString , { max: 1 })
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ Then you can access the `session` on the `$page.data` object in your page.
170170
171171``` svelte filename="src/routes/+page.svelte" {7}
172172<script lang="ts">
173- const { data } = $props();
173+ const { data } = $props()
174174</script>
175175
176176<nav>
You can’t perform that action at this time.
0 commit comments