Skip to content

Commit

Permalink
Add system endpoints to dev server proxy settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaehring committed Jun 23, 2023
1 parent b7b31a6 commit 7802128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/field-scripts/develop-module/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export default async function develop(options = {}) {
'/api': proxyPort(80),
'/oauth': proxyPort(80),
'/fieldkit': proxyPort(80),
'/system': proxyPort(80),
},
...serverOptions,
},
Expand Down

0 comments on commit 7802128

Please sign in to comment.