zevnda

Results 24 comments of zevnda

Adding a `page.tsx` file to `dynamic-route/` with the following in `_meta.global` seems to get rid of the `Validation of "_meta" file has failed.` error, but still none of the properties...

It appears my only option is to set the `navbar: bool` property on all other routes that aren't dynamic, and then use the `'*'` key/fallback to target just the dynamic...

My use case, and I'm sure many others, requires being able to release both portable and non-portable versions, ideally from the same codebase. A global portable setting would make this...

The only caveat is that Tauri doesn’t officially support portable apps, as far as I know. Probably because it relies on the WebView2 runtime, which isn’t pre-installed on all versions...