Skip to content

Update tauri.conf.json#180

Merged
Jordonbc merged 1 commit intostablefrom
Dev
Mar 19, 2026
Merged

Update tauri.conf.json#180
Jordonbc merged 1 commit intostablefrom
Dev

Conversation

@Jordonbc
Copy link
Collaborator

No description provided.

@Jordonbc Jordonbc merged commit f0324be into stable Mar 19, 2026
7 checks passed
@github-actions
Copy link

Review Summary

Change Made:

  • Fixed beforeBuildCommand path from node ../Backend/scripts/... to node scripts/... (line 7)

Analysis:

  1. Bug Fixed: The beforeBuildCommand had an incorrect relative path. Since tauri.conf.json is in the Backend/ directory, the path ../Backend/scripts/... was incorrect (would look in root/Backend/scripts). The fix to scripts/... is correct.

  2. Incomplete Fix: The same bug exists in beforeDevCommand (line 6) which still uses the incorrect path ../Backend/scripts/.... This should also be scripts/... for consistency.

Suggestions:

Issue Severity Recommendation
Inconsistent path in beforeDevCommand Medium Fix ../Backend/scripts/run-tauri-before-command.js dev to scripts/run-tauri-before-command.js dev

The change is correct but incomplete. Both commands should use the same relative path pattern (scripts/...).

New%20session%20-%202026-03-19T03%3A14%3A14.494Z
opencode session  |  github run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant