Skip to content

Commit

Permalink
chore: enable brotli compressing (#6613)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Jan 30, 2024
1 parent 1b6c53b commit 0bdb787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/demo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"serve-compiled": {
"executor": "nx:run-commands",
"options": {
"command": "http-server {args.path} --port {args.port} > /dev/null & npx wait-on http://127.0.0.1:{args.port} --timeout 300000",
"command": "http-server {args.path} --brotli --port {args.port} > /dev/null & npx wait-on http://127.0.0.1:{args.port} --timeout 300000",
"forwardAllArgs": false
}
},
Expand Down

0 comments on commit 0bdb787

Please sign in to comment.