Merge pull request #1235 from christopher-ramirez/master

Fix link to dev.js and prod.js files.
This commit is contained in:
Danny Coates 2019-03-13 09:23:40 -07:00 committed by GitHub
commit 44043b54b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Server Code
The server provides the API, serves static assets, and renders the pages for Send. The production entrypoint is [prod.js](./prod.js) and the development entrypoint is [dev.js](./dev.js) via `webpack-dev-server`.
The server provides the API, serves static assets, and renders the pages for Send. The production entrypoint is [prod.js](./bin/prod.js) and the development entrypoint is [dev.js](./bin/dev.js) via `webpack-dev-server`.
## Server configuration
@ -16,4 +16,4 @@ Contains all the server routes and handlers for the API and pages
## Storage
Contains implementations of possible storage engines for the files and metadata
Contains implementations of possible storage engines for the files and metadata