From 85e9f3b99c6e78be591ca51172acdcaa1451efb3 Mon Sep 17 00:00:00 2001 From: Simon Praetorius Date: Wed, 8 Nov 2023 18:47:15 +0100 Subject: [PATCH 1/2] Add vite-plugin-auto-origin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4c8a862..3f06e9cf 100644 --- a/README.md +++ b/README.md @@ -479,6 +479,7 @@ Use the "Table of Contents" menu on the top-left corner to explore the list. - [vite-plugin-cli-copy](https://github.com/wChenonly/vite-plugin-cli-copy) - Start the project and automatically copy the terminal's network URL. - [vite-plugin-module-list](https://github.com/davidbonnet/vite-plugin-module-list) - Automatically import the modules found in a specified folder. - [unplugin-info](https://github.com/yjl9903/unplugin-info) - Export build information as a virutal module. +- [vite-plugin-auto-origin](https://github.com/s2b/vite-plugin-auto-origin) - Detect origin configuration automatically based on incoming requests to dev server #### Testing From 8938fb604bcafd519fdaad56ef14bc455a26e545 Mon Sep 17 00:00:00 2001 From: Simon Praetorius Date: Wed, 8 Nov 2023 18:56:29 +0100 Subject: [PATCH 2/2] Fix punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f06e9cf..486b4623 100644 --- a/README.md +++ b/README.md @@ -479,7 +479,7 @@ Use the "Table of Contents" menu on the top-left corner to explore the list. - [vite-plugin-cli-copy](https://github.com/wChenonly/vite-plugin-cli-copy) - Start the project and automatically copy the terminal's network URL. - [vite-plugin-module-list](https://github.com/davidbonnet/vite-plugin-module-list) - Automatically import the modules found in a specified folder. - [unplugin-info](https://github.com/yjl9903/unplugin-info) - Export build information as a virutal module. -- [vite-plugin-auto-origin](https://github.com/s2b/vite-plugin-auto-origin) - Detect origin configuration automatically based on incoming requests to dev server +- [vite-plugin-auto-origin](https://github.com/s2b/vite-plugin-auto-origin) - Detect origin configuration automatically based on incoming requests to dev server. #### Testing