Skip to content

Commit 7d5debf

Browse files
fix(dev): remove not neccessary Project name appended into dev url
1 parent 1d923ad commit 7d5debf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"identifier": "neuralnetbuilder.tauri.dev",
66
"build": {
77
"frontendDist": "../dist",
8-
"devUrl": "http://localhost:4321/NeuralNetBuilder",
8+
"devUrl": "http://localhost:4321",
99
"beforeDevCommand": "bun dev",
1010
"beforeBuildCommand": "bun run build"
1111
},

0 commit comments

Comments
 (0)