Skip to content

Commit

Permalink
Serve local folder, as most browsers don't allow CORS on file:.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapo-luchini committed Sep 16, 2023
1 parent 907e624 commit 0f4144d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"scripts": {
"lint": "npx eslint asn1.js base64.js hex.js int10.js oids.js tags.js index.js parseRFC.js dumpASN1.js",
"lint-action": "npx @action-validator/cli .github/workflows/node.js.yml",
"serve": "echo 'Connect to http://localhost:3000/' ; npx statik --port 3000 .",
"test": "node test"
},
"engines": {
Expand Down

0 comments on commit 0f4144d

Please sign in to comment.