We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3364a commit 55c0154Copy full SHA for 55c0154
1 file changed
src-tauri/tauri.conf.json
@@ -1,11 +1,11 @@
1
{
2
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
3
- "productName": "neuralnetbuilder",
4
- "version": "0.1.0",
+ "productName": "NeuralNetBuilder",
+ "version": "0.0.1",
5
"identifier": "neuralnetbuilder.tauri.dev",
6
"build": {
7
"frontendDist": "../dist",
8
- "devUrl": "http://localhost:4321",
+ "devUrl": "http://localhost:4321/NeuralNetBuilder",
9
"beforeDevCommand": "bun dev",
10
"beforeBuildCommand": "bun run build"
11
},
0 commit comments