FEAT: Added variable to keep track of user subscription within VideoPage

FIX: Added .env back into frontend
This commit is contained in:
JustIceO7
2025-02-18 02:47:23 +00:00
parent 76de1b7d9d
commit 902c745065
3 changed files with 27 additions and 10 deletions

View File

@@ -38,6 +38,8 @@ services:
- app_network
environment:
- VITE_API_URL=/api
env_file:
- .env
depends_on:
- web_server