From eb47794e984a76e60ba72ed47cbfd268085c9274 Mon Sep 17 00:00:00 2001 From: DarkSky Date: Thu, 9 Feb 2023 15:24:25 +0800 Subject: [PATCH] chore: renew dev server --- packages/app/next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/app/next.config.js b/packages/app/next.config.js index 14fa2711df..964b6e65fd 100644 --- a/packages/app/next.config.js +++ b/packages/app/next.config.js @@ -11,8 +11,8 @@ const EDITOR_VERSION = enableDebugLocal const profileTarget = { ac: '100.85.73.88:12001', - dev: '100.77.180.48:11001', - test: '100.77.180.48:11001', + dev: '100.84.105.99:11001', + test: '100.84.105.99:11001', stage: '', pro: 'http://pathfinder.affine.pro', local: '127.0.0.1:3000',