统一前后端代码格式化配置

This commit is contained in:
yml2213
2026-08-16 17:27:12 +08:00
parent 8705f6a6a1
commit 5c7c3e14e3
278 changed files with 6386 additions and 5500 deletions
+1 -7
View File
@@ -18,13 +18,7 @@ export default defineConfig({
host: '0.0.0.0',
port: 5173,
// 隧道/自定义域名访问 dev server 时需加入白名单,否则 Vite 会拦截 Host
allowedHosts: [
'localhost',
'.localhost',
'127.0.0.1',
'221329.cc.cd',
'.cc.cd',
],
allowedHosts: ['localhost', '.localhost', '127.0.0.1', '221329.cc.cd', '.cc.cd'],
proxy: {
'/api': {
target: apiTarget,