-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf9e00f
commit b44752f
Showing
6 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export * from "../../../lib/build/recipe/webauthn/emaildelivery/services"; | ||
/** | ||
* 'export *' does not re-export a default. | ||
* import NextJS from "supertokens-node/nextjs"; | ||
* the above import statement won't be possible unless either | ||
* - user add "esModuleInterop": true in their tsconfig.json file | ||
* - we do the following change: | ||
*/ | ||
import * as _default from "../../../lib/build/recipe/webauthn/emaildelivery/services"; | ||
export default _default; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
exports.__esModule = true; | ||
__export(require("../../../lib/build/recipe/webauthn/emaildelivery/services")); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export * from "../../lib/build/recipe/webauthn"; | ||
/** | ||
* 'export *' does not re-export a default. | ||
* import NextJS from "supertokens-node/nextjs"; | ||
* the above import statement won't be possible unless either | ||
* - user add "esModuleInterop": true in their tsconfig.json file | ||
* - we do the following change: | ||
*/ | ||
import * as _default from "../../lib/build/recipe/webauthn"; | ||
export default _default; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
exports.__esModule = true; | ||
__export(require("../../lib/build/recipe/webauthn")); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export * from "../../../lib/build/recipe/webauthn/types"; | ||
/** | ||
* 'export *' does not re-export a default. | ||
* import NextJS from "supertokens-node/nextjs"; | ||
* the above import statement won't be possible unless either | ||
* - user add "esModuleInterop": true in their tsconfig.json file | ||
* - we do the following change: | ||
*/ | ||
import * as _default from "../../../lib/build/recipe/webauthn/types"; | ||
export default _default; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
exports.__esModule = true; | ||
__export(require("../../../lib/build/recipe/webauthn/types")); |