Delete log file for May 14, 2026, to clean up unnecessary data and maintain log management.

This commit is contained in:
ash66
2026-05-18 13:29:57 +08:00
parent 35cd927d02
commit 86b9ac806a
13 changed files with 7359 additions and 1654 deletions

View File

@@ -8,8 +8,8 @@ export default defineConfig({
host: '0.0.0.0',
port: 5173,
proxy: {
'/api': {
target: 'http://localhost:8000',
'^/api/.*': {
target: 'http://6.86.80.8:8000',
changeOrigin: true,
},
},