#Run tauri without a local frontend at all
9 messages · Page 1 of 1 (latest)
I'd prefer to keep the folder structure instead of using a dummy node app + the tauri cli at all if possible
no, it's being confused because the macro doesn't really know what to do for this scenario
You'll need to put this in src/build.rs
fn main() {
tauri_build::build()
}
Doesn't seem to do anything
oh wait put it in /build.rs instead
ah ty