Skip to content

Commit

Permalink
Disable http-server cache
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin authored and theodorejb committed Apr 19, 2024
1 parent 86980ce commit aed4655
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 @@ -16,7 +16,7 @@
],
"scripts": {
"prepare": "tsc",
"start": "http-server"
"start": "http-server -c-1"
},
"author": {
"name": "Theodore Brown",
Expand Down

0 comments on commit aed4655

Please sign in to comment.