No description
| .forgejo/workflows | ||
| scripts | ||
| src | ||
| .gitignore | ||
| astro.config.mjs | ||
| flake.lock | ||
| flake.nix | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| tsconfig.json | ||
Wry Docs
Static documentation site for the generated Wry TOML configuration specs.
Generated docs live under src/content/docs/ and copied raw specs live under
public/spec/. They are intentionally ignored and recreated by
pnpm run sync:specs.
Local development
The generator reads Wry specs from ../wry by default. Override that with
WRY_REPO_PATH when needed.
nix develop
pnpm install
WRY_REPO_PATH=/home/koss/git/wry pnpm run dev
Release build
WRY_REPO_PATH=/home/koss/git/wry pnpm run build
TAG=v0.0.0-test pnpm run release:pack
The release assets are written to dist/release/.
Forgejo Actions builds the same bundle on v* tags and uploads it to the
matching Forgejo release.