Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions bindings/lingua-wasm/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
"extends": [
"//"
],
"globalDependencies": [
"../../crates/lingua/src/**/*.rs",
"../../crates/lingua/Cargo.toml"
],
"tasks": {
"build": {
"inputs": [
"src/**",
"package.json",
"../../crates/lingua/src/**/*.rs",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

according to claude using input vs. globalDependencies are better because globalDependencies is a "sledgehammer" 🤷🏻

this adds in package.jsona adn src/** which wasn't there before

"../../crates/lingua/Cargo.toml",
"../../../Cargo.lock"
],
"outputs": [
"nodejs/**",
"web/**"
Expand Down
Loading