Explorar el Código

fixd: 修改dev.js脚本

ice-static hace 4 meses
padre
commit
86ce80af8a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dev.js

+ 1 - 1
dev.js

@@ -16,7 +16,7 @@ if (!existsSync(backendEnv) && existsSync(backendEnvExample)) {
   console.log('Please edit backend/.env and add your DASHSCOPE_API_KEY and DASHSCOPE_APP_ID');
 }
 
-const BACKEND_URL = 'http://localhost:3000';
+const BACKEND_URL = 'http://localhost:3101';
 const HEALTH_ENDPOINT = `${BACKEND_URL}/api/health`;
 
 function waitForBackend(maxRetries = 30, interval = 1000) {