diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-03-14 17:30:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 17:30:15 -0500 |
commit | 8d2e649b4dae4523d9c0ac36d5dfd31409447be4 (patch) | |
tree | 151f1dcd76c52a8bb3f45061a023fe6a8b2637b2 /bskyweb/README.md | |
parent | 8629e167cd668cd1d41bf6a37acf9d94502e5c2b (diff) | |
download | voidsky-8d2e649b4dae4523d9c0ac36d5dfd31409447be4.tar.zst |
Create build step for the web server (#289)
* Create build step for the web server * Update bskyweb routes and 404 behavior
Diffstat (limited to 'bskyweb/README.md')
-rw-r--r-- | bskyweb/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bskyweb/README.md b/bskyweb/README.md index 86bc16864..2c381495f 100644 --- a/bskyweb/README.md +++ b/bskyweb/README.md @@ -20,8 +20,7 @@ like: Then build and copy over the big 'ol `bundle.web.js` file: # in the top level of this repo - yarn webpack build --config ./web/webpack.config.js -d inline-source-map --color - cp dist/bundle.web.js bskyweb/static/ + yarn build-web ### Golang Daemon |