You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,8 +81,8 @@ wails dev
81
81
82
82
The application will start with:
83
83
- Main window with React app
84
-
- Development server at http://localhost:34115 (for testing Go methods in browser)
85
-
- Local file server at http://localhost:34116 (for generated assets)
84
+
- Development server at http://127.0.0.1:34115 (for testing Go methods in browser)
85
+
- Local file server at http://127.0.0.1:34116 (for generated assets)
86
86
87
87
### Build
88
88
@@ -176,7 +176,7 @@ visionflow/
176
176
-**Service Layer First**: Implement logic in `service/` first, then expose through `binding/`
177
177
-**Wails Bindings**: Never manually edit `frontend/wailsjs/go/` - they are auto-generated
178
178
-**Node Execution**: Use `useNodeRun` Hook with `runTrigger` UUID to manage state
179
-
-**Asset Access**: Frontend accesses generated files via `http://localhost:34116/{filename}`
179
+
-**Asset Access**: Frontend accesses generated files via `http://127.0.0.1:34116/{filename}`
Copy file name to clipboardExpand all lines: README.zh-CN.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,8 +81,8 @@ wails dev
81
81
82
82
应用将启动并包含:
83
83
- 带有 React 应用的主窗口
84
-
- 开发服务器 http://localhost:34115(用于浏览器测试 Go 方法)
- 开发服务器 http://127.0.0.1:34115(用于浏览器测试 Go 方法)
0 commit comments