[DEPLOYMENT-001] Use absolute import instead of relative (fix) | ApprovalToken: AT-202512310756
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -3,6 +3,6 @@
|
|||||||
Reflex expects to find 'app' in peikarband.peikarband when app_name='peikarband'.
|
Reflex expects to find 'app' in peikarband.peikarband when app_name='peikarband'.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from ..app import app
|
from peikarband.app import app
|
||||||
|
|
||||||
__all__ = ["app"]
|
__all__ = ["app"]
|
||||||
|
|||||||
Reference in New Issue
Block a user