Skip to content

Commit

Permalink
perf: add gzip and brotli for text compression
Browse files Browse the repository at this point in the history
  • Loading branch information
apsinghdev committed Feb 16, 2025
1 parent 5084cf7 commit ec1a8f3
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 @@ -19,7 +19,7 @@
},
"scripts": {
"lint": "eslint js/**/*.js",
"serve": "http-server -a 127.0.0.1 -p 3000",
"serve": "http-server -a 127.0.0.1 -p 3000 --gzip --brotli",
"test": "jest"
},
"devDependencies": {
Expand Down

0 comments on commit ec1a8f3

Please sign in to comment.