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 {
55
55
} from " drizzle-orm/pg-core"
56
56
import postgres from " postgres"
57
57
import { drizzle } from " drizzle-orm/postgres-js"
58
- import type { AdapterAccountType } from " @auth/core/adapters" ;
58
+ import type { AdapterAccountType } from " @auth/core/adapters"
59
59
60
60
const connectionString = " postgres://postgres:postgres@localhost:5432/drizzle"
61
61
const 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.
170
170
171
171
``` svelte filename="src/routes/+page.svelte" {7}
172
172
<script lang="ts">
173
- const { data } = $props();
173
+ const { data } = $props()
174
174
</script>
175
175
176
176
<nav>
You can’t perform that action at this time.
0 commit comments