Skip to content

Commit

Permalink
fix: change vite option to avoid cors
Browse files Browse the repository at this point in the history
  • Loading branch information
atsuki44 committed Jan 21, 2025
1 parent e76ebfc commit 1fc93cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/morph/frontend/template/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export default defineConfig((env) => ({
usePolling: true,
disableGlobbing: false,
},
cors: true,
},
resolve: {
alias: {
Expand Down

0 comments on commit 1fc93cc

Please sign in to comment.