docs: add vite-plugins index and port-checker, update regions4j titles

This commit is contained in:
2026-05-23 09:34:18 +08:00
parent 37e5727179
commit 18f8792733
6 changed files with 159 additions and 2 deletions
@@ -0,0 +1,11 @@
---
title: Vite Plugins
---
## Overview
A collection of Vite plugins developed and maintained by OnixByte. Each plugin is designed to solve a specific problem in the Vite development workflow — lightweight, zero-dependency, and plug-and-play.
## Available Plugins
- **[Port Checker](/projects/vite-plugins/port-checker)** — Warns when the dev server listens on a browser-restricted port (per the Fetch specification), helping you avoid silent connection failures.