Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nirgur committed Jul 25, 2024
1 parent aeb51c0 commit f9a2060
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sdks/nextjs-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"dependencies": {
"@descope/node-sdk": "1.6.9",
"@descope/react-sdk": "workspace:*",
"@descope/core-js-sdk": "workspace:*"
"@descope/core-js-sdk": "workspace:*",
"@descope/web-component": "workspace:*"
},
"devDependencies": {
"@babel/core": "7.23.9",
Expand Down
1 change: 1 addition & 0 deletions packages/sdks/nextjs-sdk/src/shared/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import '@descope/core-js-sdk';
import '@descope/web-component'

export { default as AuthProvider } from './AuthProvider';
export * from './DescopeFlows';
Expand Down
4 changes: 4 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f9a2060

Please sign in to comment.