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

Commit

Permalink
Disable file caching when running a dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
AtkinsSJ committed Apr 3, 2024
1 parent a83f3f1 commit 342037f
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 342037f

Please sign in to comment.