Skip to content

v0.1.0-dev.1259

Latest

Choose a tag to compare

@nurulhudaapon nurulhudaapon released this 21 Jun 04:20
· 3 commits to main since this release
26f5945

This is a developer preview of Ziex; some features are still works in progress.
Update or install the Ziex CLI using the following scripts.

Installation

Linux/macOS
curl -fsSL https://ziex.dev/install | bash
Windows
powershell -c "irm ziex.dev/install.ps1 | iex"

Changelog

v0.1.0-dev.1259

Features

  • feat: add static options support for routes 95ddf41
  • feat: respect PORT env var 45d0691

Fixes

  • fix: proper guide for node template f346e35

Documentation

  • docs: fix home page route example a550ef1

Miscellaneous

  • refactor(ide/zed): cleanup lsp config 73df2c9
  • chore: update versions and copy 3fc421a
  • chore: sync template version 26f5945

Contributors