Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hum-n committed Mar 10, 2021
1 parent 6522a24 commit 1c421ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<div></div>

# esbuild-serve

[Serve](https://github.com/nativew/serve) with live reload for [esbuild](https://github.com/evanw/esbuild).
Expand Down Expand Up @@ -49,8 +51,8 @@ esbuildServe(
{
"type": "module",
"scripts": {
"start": "node esbuild.config.js -w", // watch mode
"build": "node esbuild.config.js" // Build only
"start": "node esbuild.config.js -w",
"build": "node esbuild.config.js"
}
}
```
Expand Down

0 comments on commit 1c421ba

Please sign in to comment.