mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
style(projects): format code
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
import type { ProxyOptions } from 'vite';
|
||||
import { createServiceConfig, createProxyPattern } from '../../env.config';
|
||||
import { createProxyPattern, createServiceConfig } from '../../env.config';
|
||||
|
||||
/**
|
||||
* set http proxy
|
||||
* @param env - the current env
|
||||
* Set http proxy
|
||||
*
|
||||
* @param env - The current env
|
||||
*/
|
||||
export function createViteProxy(env: Env.ImportMeta) {
|
||||
const isEnableHttpProxy = env.VITE_HTTP_PROXY === 'Y';
|
||||
|
Reference in New Issue
Block a user