# tree -L 2
├── backend #flask backend
│ ├── app
│ ├── main.py
│ └── requirements.txt
├── frontend # React frontend
│ ├── README.md
│ ├── node_modules
│ ├── package-lock.json
│ ├── package.json
│ ├── public
│ ├── src
│ ├── tailwind.config.js
│ └── tsconfig.json
├── readme.md
└── upsun # Upsun Binary
Not sure if this is expected behavior or not, so I'll report here:
Steps to reproduce
upsun project:initfrom project root (not within frontend or backend)redis-persistentas a service to add.environment.upsun/config.yamlExpected
.environmentto be in each app's directory.upsun/config.yamlto include both frontend and backend appActual
.environmentis in the root of the repository.upsun/config.yamldoes not include the frontend app