mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-05-06 08:36:53 -04:00
8 lines
158 B
Bash
Executable File
8 lines
158 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#MISE description="Start the Stoat Developers website"
|
|
#MISE depends=["docs:install"]
|
|
#MISE dir="{{config_root}}/docs"
|
|
set -e
|
|
|
|
pnpm build
|