You've already forked homehub
Release 1.3.0
This commit is contained in:
5
packages/homehub_backend/homehub_backend/defs/paths.py
Normal file
5
packages/homehub_backend/homehub_backend/defs/paths.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
import os
|
||||
|
||||
CONTEXT = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
|
||||
FRONTEND_DIR = os.path.join(os.getcwd(), 'frontend')
|
||||
Reference in New Issue
Block a user