From dab32516cddbdd8758912841b02787fc8627d5ed Mon Sep 17 00:00:00 2001 From: pengbo43 Date: Mon, 9 Sep 2024 18:26:11 +0800 Subject: [PATCH 1/2] chore: add vite-plugin-envtype-patch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0343ea33..17e38f6a 100644 --- a/README.md +++ b/README.md @@ -409,6 +409,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-plugin-serve-static](https://github.com/reifiedbeans/vite-plugin-serve-static) - Allows serving arbitrary static files not in the `public/` directory. - [vite-plugin-valibot-env](https://github.com/idleberg/vite-plugin-valibot-env) - Validate environment variables against a Valibot schema. - [vite-plugin-vitest-cache](https://github.com/raegen/vite-plugin-vitest-cache) - Optimize `Vitest` execution time through caching. +- [vite-plugin-envtype-patch](https://github.com/PengBoUESTC/vite-plugin-envtype-patch) - Generate `type` info for `import.meta.env`, zero dependency. #### Testing From 1413a40a6e768b962f60cc5ae0ee63a6268d9b28 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Tue, 1 Oct 2024 11:08:46 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0546188..cdcfed33 100644 --- a/README.md +++ b/README.md @@ -411,7 +411,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-plugin-valibot-env](https://github.com/idleberg/vite-plugin-valibot-env) - Validate environment variables against a Valibot schema. - [vite-plugin-vitest-cache](https://github.com/raegen/vite-plugin-vitest-cache) - Optimize `Vitest` execution time through caching. - [vite-preload](https://github.com/wille/vite-preload) - Preloads lazy loaded modules and stylesheets that were rendered by the server using 103 Early Hints, Link headers or link tags. -- [vite-plugin-envtype-patch](https://github.com/PengBoUESTC/vite-plugin-envtype-patch) - Generate `type` info for `import.meta.env`, zero dependency. +- [vite-plugin-envtype-patch](https://github.com/PengBoUESTC/vite-plugin-envtype-patch) - Generate `type` info for `import.meta.env`. #### Testing