Skip to content

Commit

Permalink
[v4.7.0] Unrestrain CORS for Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodM4ven committed Mar 10, 2025
1 parent 93bf9d6 commit 1c5e423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions/vite_up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ viteUp() {
server: {\n\
host,\n\
hmr: { host },\n\
cors: { origin: `https://${host}` },\n\
cors: { origin: `*` },\n\
https: {\n\
cert: certPath,\n\
key: keyPath,\n\
Expand Down

0 comments on commit 1c5e423

Please sign in to comment.