You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,6 +198,8 @@ app.add_middleware(
198
198
199
199
## Todo's
200
200
201
+
- Example api endpoint that demonstrates handling file paths for `--add-data` files and using `sys._MEIPASS` to find the path relative to the production executable.
202
+
201
203
- Pass parameters to the sidecar (like server port) via a frontend form.
202
204
203
205
- Pass argument `--dev-sidecar` to `pnpm tauri dev` script that tells Tauri to run sidecars in "dev mode". This would allow for running the python code from the python interpreter installed on your machine rather than having to manually compile with `pnpm build:sidecar-[os]` each time you make changes to the Python code.
0 commit comments