speed up build script

This commit is contained in:
Aran-Fey
2025-09-24 14:27:07 +02:00
parent 21246e4942
commit 3dcf39c016

View File

@@ -3,9 +3,7 @@ import sys
import typing as t
from pathlib import Path
import rio.utils
PROJECT_ROOT_DIR = rio.utils.PROJECT_ROOT_DIR
PROJECT_ROOT_DIR = Path(__file__).absolute().parent.parent
INPUT_DIR = PROJECT_ROOT_DIR / "frontend"
OUTPUT_DIR = PROJECT_ROOT_DIR / "rio" / "frontend files"
ASSETS_DIR = OUTPUT_DIR / "assets"