Skip to content

Commit

Permalink
feat: add missing CORS header
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed Feb 26, 2024
1 parent df8f907 commit fcfbd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"compile": "cd source && npx sass --no-source-map identinet.scss:../identinet.css",
"compile-watch": "yarn run compile --watch",
"serve": "npx http-server -a localhost -p 8080 ."
"serve": "npx http-server -a localhost -p 8080 --cors=Access-Control-Allow-Origin=* ."
},
"private": false
}

0 comments on commit fcfbd6e

Please sign in to comment.