Skip to content

Commit

Permalink
Add simple-http-server dev dependency for web demo into direnv flake
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnWong committed Jan 23, 2022
1 parent 884295a commit b49cf55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

```sh
wasm-pack build --target web --release
basic-http-server
simple-http-server
```
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
wasm-pack
pkgconfig
openssl
simple-http-server
];
};
});
Expand Down

0 comments on commit b49cf55

Please sign in to comment.