Skip to content

Commit bc46752

Browse files
committed
refactor: remove tauri shell runtime
1 parent c607367 commit bc46752

39 files changed

Lines changed: 1034 additions & 5084 deletions

README.en.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@ This keeps maintainable source, publish templates, and generated artifacts out o
107107

108108
## Run
109109

110-
### Option 1: Tauri shell development mode (recommended)
110+
### Option 1: Combined development mode (recommended)
111111

112112
```bash
113-
pnpm tauri dev
113+
pnpm dev:stack
114114
```
115115

116-
This is the closest workflow to the Tauri shell development experience.
116+
This starts the frontend dev server, the local server runtime, and the linked development flow used by local E2E.
117117

118118
### Option 2: Split frontend/server debugging
119119

@@ -156,10 +156,12 @@ CLI build:
156156
pnpm build:cli
157157
```
158158

159-
Tauri shell build:
159+
Full runtime build:
160160

161161
```bash
162-
pnpm tauri build
162+
pnpm build:web
163+
pnpm build:server
164+
pnpm build:cli
163165
```
164166

165167
## Public Deployment

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ coder-studio completion uninstall bash
106106

107107
## 运行
108108

109-
### 方式 1:Tauri 壳层开发模式(推荐)
109+
### 方式 1:联动开发模式(推荐)
110110

111111
```bash
112-
pnpm tauri dev
112+
pnpm dev:stack
113113
```
114114

115-
这是最接近 Tauri 壳层联调的运行方式
115+
这会同时拉起前端开发服务器、本地 server 和开发态 E2E 所需的联动环境
116116

117117
### 方式 2:前后端分离调试
118118

@@ -155,10 +155,12 @@ pnpm build:server
155155
pnpm build:cli
156156
```
157157

158-
构建 Tauri 壳层
158+
构建完整运行时
159159

160160
```bash
161-
pnpm tauri build
161+
pnpm build:web
162+
pnpm build:server
163+
pnpm build:cli
162164
```
163165

164166
## 公开部署

0 commit comments

Comments
 (0)