hedgedoc/src
David Mehren 0da7d01dec
Add dev-proxy to frontend dev server
This adds a reverse proxy to the backend, that automatically
redirects requests that are not handled by the backend to the React
dev server running on port 3001.

The reverse proxy is only enabled when NODE_ENV is set to
'development'.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-09-23 22:36:13 +02:00
..
api Get user from Session instead of hardcoded value 2021-09-23 22:44:34 +02:00
auth chore: add user relation enum 2021-08-31 13:39:36 +02:00
authors Enforce import order with prettier 2021-08-29 18:45:46 +02:00
config feat: change email auth config to local 2021-09-04 19:24:32 +02:00
errors chore: add PrimaryAliasDeletionForbiddenError 2021-08-07 21:52:00 +02:00
frontend-config Explicitly import URL 2021-09-06 16:32:24 +02:00
groups Enforce import order with prettier 2021-08-29 18:45:46 +02:00
history chore: create getIdentifier utility function 2021-09-16 23:53:29 +02:00
identity feat: add session handling 2021-08-31 13:36:13 +02:00
logger Enforce import order with prettier 2021-08-29 18:45:46 +02:00
media Explicitly import URL 2021-09-06 16:32:24 +02:00
monitoring Enforce import order with prettier 2021-08-29 18:45:46 +02:00
notes feat: add alias service 2021-08-07 21:53:54 +02:00
permissions chore: move identity entity in its own folder 2021-08-08 21:53:20 +02:00
revisions chore: move identity entity in its own folder 2021-08-08 21:53:20 +02:00
users chore: add user relation enum 2021-08-31 13:39:36 +02:00
utils Add dev-proxy to frontend dev server 2021-09-23 22:36:13 +02:00
app.module.ts feat: add identity module 2021-08-08 21:59:23 +02:00
main.ts Add dev-proxy to frontend dev server 2021-09-23 22:36:13 +02:00
seed.ts fix: the seed command handles the new aliases 2021-06-06 17:56:12 +02:00