Formatting and cleanup

This commit is contained in:
2026-04-04 14:33:07 -04:00
parent f17e5061cd
commit 070337577c
20 changed files with 237 additions and 421 deletions

View File

@@ -177,7 +177,7 @@ tasks:
ngrok:
desc: Start ngrok tunnel
vars:
UI_PORT: '{{.UI_PORT | default "8080"}}'
UI_PORT: '{{.UI_PORT | default "5173"}}'
cmds:
- ngrok http {{.UI_PORT}}
silent: true