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.
@auth/express/providers/*
1 parent 76d8f27 commit 50a0b64Copy full SHA for 50a0b64
packages/frameworks-express/package.json
@@ -28,7 +28,7 @@
28
"build": "pnpm clean && pnpm providers && tsc",
29
"clean": "rm -rf lib index.* src/lib/providers",
30
"test": "NODE_OPTIONS=--experimental-vm-modules jest --config ./jest.config.cjs",
31
- "providers": "node ../utils/scripts/providers.js --out src/lib"
+ "providers": "node ../utils/scripts/providers"
32
},
33
"publishConfig": {
34
"access": "public"
@@ -58,4 +58,4 @@
58
],
59
"repository": "https://github.com/nextauthjs/next-auth",
60
"license": "ISC"
61
-}
+}
0 commit comments