mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-23 16:01:01 +00:00
Disable the upstream healthcheck that returns 500 before optional TTS configuration, add lifecycle scaffolding and usage guidance, and compress the application logo.\n\nCo-authored-by: Lan <hhxk666@gmail.com>
6 lines
125 B
Bash
Executable File
6 lines
125 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
|
mkdir -p "$ROOT_DIR/data"
|