mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-08 07:53:43 +03:00
3 lines
105 B
Bash
Executable file
3 lines
105 B
Bash
Executable file
#! /bin/bash
|
|
## Start nicegui
|
|
poetry env use .venv/bin/python && poetry run python ${NICEGUI_DIR}/main.py |