-
-
Notifications
You must be signed in to change notification settings - Fork 602
Closed as not planned
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
What happened?
The cargo:check script defined in the root package.json attempts to run cargo check in the backend/ directory. However, the backend/ directory contains the Python backend code and has no Cargo.toml. The Rust code is located in frontend/src-tauri/.
Running npm run cargo:check results in:
error: could not find \`Cargo.toml\` in \`/path/to/PictoPy/backend\` or any parent directory
Proposed Fix:
Update package.json to point to the correct directory:
- "cargo:check": "cd backend && cargo check",
+ "cargo:check": "cd frontend/src-tauri && cargo check",Record
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels