Skip to content

Commit 2dd9a65

Browse files
committed
fix: frontend dist path
1 parent 3462e51 commit 2dd9a65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/koharu/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
2+
"$schema": "../../node_modules/@tauri-apps/cli/config.schema.json",
33
"identifier": "Koharu",
44
"build": {
55
"beforeDevCommand": "bun --cwd ui dev",
66
"beforeBuildCommand": "bun --cwd ui build",
77
"devUrl": "http://localhost:3000",
8-
"frontendDist": "../ui/out"
8+
"frontendDist": "../../ui/out"
99
},
1010
"app": {
1111
"security": {

0 commit comments

Comments
 (0)