mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-04 23:36:04 +08:00
style(projects): update prettier config
This commit is contained in:
@@ -15,8 +15,8 @@ export function createViteProxy(viteEnv: ImportMetaEnv) {
|
||||
[http.proxy]: {
|
||||
target: http.url,
|
||||
changeOrigin: true,
|
||||
rewrite: (path) => path.replace(new RegExp(`^${http.proxy}`), ''),
|
||||
},
|
||||
rewrite: path => path.replace(new RegExp(`^${http.proxy}`), '')
|
||||
}
|
||||
};
|
||||
|
||||
return proxy;
|
||||
|
||||
Reference in New Issue
Block a user