Skip to content

Commit

Permalink
fix: adjust non-default exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-dev-pro committed Jun 2, 2023
1 parent 1bcaee7 commit c844f67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import Pocketbase from 'npm:pocketbase'
import { EventSource } from 'https://deno.land/x/[email protected]/mod.ts'

declare global {
Expand All @@ -9,3 +10,4 @@ declare global {
self.EventSource = EventSource

export * from 'npm:pocketbase'
export default Pocketbase

0 comments on commit c844f67

Please sign in to comment.