1
0
mirror of https://github.com/4yn/slidershim.git synced 2024-09-24 03:08:23 +02:00
slidershim/notes.md

6 lines
109 B
Markdown
Raw Normal View History

2022-02-09 15:30:10 +01:00
```
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
$env:RUST_BACKTRACE = "1";
yarn tauri dev
```