Open youthug opened 1 year ago
According to the Vite's docs, vite allows user to create RegExp type proxy rules, we should support it too.
RegExp
If the key starts with ^, it will be interpreted as a RegExp.
According to the Vite's docs, vite allows user to create
RegExp
type proxy rules, we should support it too.