chore: auto migrate on start script

This commit is contained in:
ramvignesh-b
2026-04-24 04:09:41 +05:30
parent 7eed38f27e
commit 33995ffee1
3 changed files with 4 additions and 5 deletions
+1 -3
View File
@@ -18,11 +18,9 @@ BACKEND_PORT=8001
EMAIL_HOST=127.0.0.1
EMAIL_PORT=1026
FROM_EMAIL="Test <test@pi-ku.app>"
EMAIL_HOST_USER=
EMAIL_HOST_PASSWORD=
EMAIL_API_PORT=8026
# FRONTEND
FRONTEND_PORT=5199
FRONTEND_DOMAIN=127.0.0.1
VITE_API_URL=http://127.0.0.1:8001
VITE_API_URL=https://127.0.0.1:8001