We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7404137 commit c84005eCopy full SHA for c84005e
src/lib/constants.ts
@@ -1,3 +1,3 @@
1
// constants.ts
2
-const { version } = require('./version')
+import { version } from './version'
3
export const DEFAULT_HEADERS = { 'X-Client-Info': `supabase-js/${version}` }
0 commit comments