Skip to content

Commit

Permalink
exports in package.json for proxy server
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoytenko committed Aug 14, 2023
1 parent 3411be5 commit 4cd7a18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@
"experimental/testmode/playwright.js",
"experimental/testmode/playwright.d.ts",
"experimental/testmode/playwright/msw.js",
"experimental/testmode/playwright/msw.d.ts"
"experimental/testmode/playwright/msw.d.ts",
"experimental/testmode/proxy.js",
"experimental/testmode/proxy.d.ts"
],
"bin": {
"next": "./dist/bin/next"
Expand Down

0 comments on commit 4cd7a18

Please sign in to comment.