From 2c06dbf2aa65eb9feb92d7878fcc8a16ba85d565 Mon Sep 17 00:00:00 2001 From: linonetwo Date: Wed, 11 Jan 2023 18:27:37 +0800 Subject: [PATCH] feat: open affine dev by default --- client-app/src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client-app/src-tauri/tauri.conf.json b/client-app/src-tauri/tauri.conf.json index f29ae22d0a..a7ce7f3a6c 100644 --- a/client-app/src-tauri/tauri.conf.json +++ b/client-app/src-tauri/tauri.conf.json @@ -1,8 +1,8 @@ { "build": { - "beforeDevCommand": "pnpm dev:web", + "beforeDevCommand": "", "beforeBuildCommand": "pnpm build:web", - "devPath": "http://localhost:1420", + "devPath": "http://localhost:8080", "distDir": "../dist", "withGlobalTauri": false },