[DEPLOYMENT-001] Use absolute import instead of relative (fix) | ApprovalToken: AT-202512310756
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Ehsan.Asadi
2025-12-31 07:56:36 +03:30
parent 1de1ab0a23
commit a7bb756bc4

View File

@@ -3,6 +3,6 @@
Reflex expects to find 'app' in peikarband.peikarband when app_name='peikarband'.
"""
from ..app import app
from peikarband.app import app
__all__ = ["app"]