mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-07 14:38:42 +00:00
fix config path
This commit is contained in:
@@ -12,8 +12,8 @@ from importlib.resources.abc import Traversable
|
||||
from InquirerPy import prompt, inquirer
|
||||
from rich.console import Console
|
||||
|
||||
# project root
|
||||
ROOT = Path(__file__).resolve().parent.parent
|
||||
# package root (contains bundled templates and src/)
|
||||
ROOT = Path(__file__).resolve().parent
|
||||
|
||||
|
||||
def _template_res(*parts) -> Traversable:
|
||||
|
Reference in New Issue
Block a user