Skip to content

Commit

Permalink
feat: set default cors proxy to localhost:8888
Browse files Browse the repository at this point in the history
  • Loading branch information
seasick committed Feb 4, 2024
1 parent ef57c25 commit cd119c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esbuild.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { copy } from 'esbuild-plugin-copy';
import { replace } from 'esbuild-plugin-replace';

let defaultCorsProxy = 'https://corsproxy.io/?';
let defaultCorsProxy = 'http://localhost:8888/';

export default (opt_options) => {
const corsProxy =
Expand Down

0 comments on commit cd119c9

Please sign in to comment.