Skip to content

Commit 4598b99

Browse files
committed
fix(cli/fragments): fix react-ts port
1 parent 35a03db commit 4598b99

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changes/react-ts-port.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-tauri-app": "patch"
3+
---
4+
5+
Fix react-ts template port.

packages/cli/fragments/fragment-react-ts/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build": {
33
"beforeDevCommand": "{{pkg_manager_run_command}} dev",
44
"beforeBuildCommand": "{{pkg_manager_run_command}} build",
5-
"devPath": "http://localhost:7000",
5+
"devPath": "http://localhost:1420",
66
"distDir": "../dist"
77
},
88
"package": {

0 commit comments

Comments
 (0)