Skip to content

Commit

Permalink
chore(http-server): set default port and cache
Browse files Browse the repository at this point in the history
  • Loading branch information
amtins committed Apr 2, 2023
1 parent 660c851 commit b7065c6
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 @@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "Monthly crypto-currency returns based on historical data provided by Binance API.",
"scripts": {
"dev": "npx http-server"
"dev": "npx http-server -p 6969 -c-1 --cors"
},
"keywords": [],
"author": "amtins",
Expand Down

0 comments on commit b7065c6

Please sign in to comment.