Skip to content

Commit d5beb57

Browse files
committed
fix auth export
1 parent 24f721e commit d5beb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsup.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default defineConfig({
77
util: "src/util/public/index.ts",
88
"util/browser": "src/util/public/browser/index.ts",
99
"saleor-app": "src/saleor-app.ts",
10+
auth: "src/auth/index.ts",
1011
/**
1112
* APLs
1213
*/
@@ -28,7 +29,6 @@ export default defineConfig({
2829
"handlers/fetch-api/index": "src/handlers/platforms/fetch-api/index.ts",
2930
"handlers/aws-lambda/index": "src/handlers/platforms/aws-lambda/index.ts",
3031
"handlers/next-app-router/index": "src/handlers/platforms/next-app-router/index.ts",
31-
"auth/node/index": "src/auth/index.ts",
3232
},
3333
dts: true,
3434
clean: true,

0 commit comments

Comments
 (0)