mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-05 01:05:44 +03:00
feat: add graphical user interface (#34)
This commit is contained in:
parent
c3ed45a21b
commit
4f2130bcce
43 changed files with 2939 additions and 971 deletions
3
anvil/entrypoint.sh
Executable file
3
anvil/entrypoint.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#! /bin/bash
|
||||
## Start nicegui
|
||||
poetry env use .venv/bin/python && poetry run python ${NICEGUI_DIR}/main.py
|
Loading…
Add table
Add a link
Reference in a new issue