mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
Merge pull request #1235 from christopher-ramirez/master
Fix link to dev.js and prod.js files.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Server Code
|
# 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
|
## Server configuration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user