Added more options to zed project config

This commit is contained in:
2026-01-27 22:23:02 +02:00
parent e374e66719
commit 6416d7c347

View File

@@ -9,6 +9,14 @@
"frontend/Cargo.toml",
"frontend/src-tauri/Cargo.toml",
],
"cargo": {
"allFeatures": true,
},
"procMacro": {
"ignored": {
"leptos_macro": ["server"],
},
},
},
},
},