From 27e5f3c76f63acf0a45c67432dae0864eb507d5f Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 25 Apr 2026 17:19:27 +0800 Subject: [PATCH] chore(vite): remove server block (no need to pin port 3000 strict) vite default already binds 3000 if available; no real requirement to strict-port. AGENTS.md / README.md synced. --- AGENTS.md | 2 +- README.md | 2 +- vite.config.ts | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index d277311..38af281 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -6,7 +6,7 @@ Compact, repo-specific notes for AI agents. Generic language/framework knowledge - **Bun-only** (`mise.toml` pins `bun = 1.3.13`). Never invoke `npm`/`npx`/`node`/`yarn`/`pnpm`. Use `bun run