Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jill64 committed Dec 3, 2023
1 parent 587a049 commit 558a1e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/src/hooks.client.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { init } from '$dist/client/index.js'
import { init } from '$dist/client/index-dev.js'

const onError = init(
'https://7e30b84f392c05d4a9a21e30f3ef6801@o4505814639312896.ingest.sentry.io/4505817123323904'
Expand Down
2 changes: 1 addition & 1 deletion demo/src/hooks.server.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { init } from '$dist/server/index.js'
import { init } from '$dist/server/index-dev.js'

const { onHandle, onError } = init(
'https://7e30b84f392c05d4a9a21e30f3ef6801@o4505814639312896.ingest.sentry.io/4505817123323904'
Expand Down

0 comments on commit 558a1e8

Please sign in to comment.