mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
* Gulpify build pipeline * Update build frontend script * Fixes * Limit service worker to latest build * Use shorthand * Fix hassio build
8 lines
147 B
Python
8 lines
147 B
Python
"""Frontend for Home Assistant."""
|
|
from pathlib import Path
|
|
|
|
|
|
def where():
|
|
"""Return path to the frontend."""
|
|
return Path(__file__).parent
|