Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from AtkinsSJ/disable-cache
Browse files Browse the repository at this point in the history
Disable file caching when running a dev server
  • Loading branch information
KernelDeimos authored Apr 12, 2024
2 parents c25c26e + 342037f commit 7663a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-phoenix-http.json5
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
{
name: 'term.http',
pwd: './dist',
command: 'npx http-server -p 8082',
command: 'npx http-server -p 8082 -c-1',
},
{
name: 'shell.http',
pwd: '../phoenix/dist',
// command: 'npx http-server -p 8080 -S -C "{cert}" -K "{key}"',
command: 'npx http-server -p 8080',
command: 'npx http-server -p 8080 -c-1',
},
],
}

0 comments on commit 7663a7f

Please sign in to comment.