website-htmx-rustelo-code/scripts/admin/mod.nu

17 lines
485 B
Text
Raw Normal View History

2026-07-10 03:44:13 +01:00
# website-impl NATS admin module.
#
# Combines the Rustelo framework lib with website-specific env loading and
# ops commands. Load in a Nu session with:
#
# use /path/to/website-impl/admin/mod.nu *
# admin bootstrap # load .env + set NATS defaults
#
# or run commands directly via the admin.nu entrypoint:
#
# nu admin/admin.nu health
# nu admin/admin.nu logs --lines 200
export use ../../../rustelo/code/admin/lib/mod.nu *
export use ./env.nu *
export use ./website.nu *