Add logic for serving front-end from /app

This commit is contained in:
2020-11-04 20:47:58 -06:00
parent 9390f5b920
commit 31ff08e6d0
80 changed files with 64 additions and 12 deletions

View File

@@ -14,6 +14,12 @@ const server_config = {
*/
environment: env('ENVIRONMENT', 'production'),
/*
* The relative path to the front-end application.
* Relative to the repository root.
*/
frontend_path: env('FRONT_END_PATH', 'frontend'),
logging: {
/*