Commit Graph

4 Commits

Author SHA1 Message Date
熊熊熊子路 861ad8affd Merge branch 'main' of github.com:onixbyte/vite-plugin-port-checker 2026-05-08 16:37:58 +08:00
zihluwang e5224e52d2 feat: add missing restricted ports 2026-05-08 16:09:37 +08:00
熊熊熊子路 a7c7143fe1 chore: prepare package for npm publish
Add LICENSE (MIT), README, .npmignore. Update package.json metadata
and tsconfig module resolution.
2026-05-08 15:56:35 +08:00
siujamo 76384bb9da feat: warn when dev server listens on a restricted port
If the port assigned to the Vite dev server is categorised as restricted
by browsers (e.g. port 6000), a warning is now displayed in the console
to prevent accessibility issues.
2026-05-08 12:04:41 +08:00