Fix tauri path issue
Backend docker image / release-image (push) Successful in 9m58s
Details
Frontend and backend docker image / release-image (push) Successful in 15m18s
Details
Tauri based desktop app / publish-tauri-desktop (push) Successful in 5m11s
Details
Frontend docker image / release-image (push) Successful in 3m38s
Details
Backend docker image / release-image (push) Successful in 9m58s
Details
Frontend and backend docker image / release-image (push) Successful in 15m18s
Details
Tauri based desktop app / publish-tauri-desktop (push) Successful in 5m11s
Details
Frontend docker image / release-image (push) Successful in 3m38s
Details
This commit is contained in:
parent
374b8424d0
commit
691c02366e
|
@ -4,11 +4,11 @@
|
||||||
"beforeBuildCommand": "npm run build",
|
"beforeBuildCommand": "npm run build",
|
||||||
"beforeDevCommand": "npm run dev",
|
"beforeDevCommand": "npm run dev",
|
||||||
"devPath": "http://localhost:5173",
|
"devPath": "http://localhost:5173",
|
||||||
"distDir": "../static"
|
"distDir": "../build"
|
||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "Focus",
|
"productName": "Focus",
|
||||||
"version": "0.3.0"
|
"version": "0.3.1"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|
Loading…
Reference in New Issue