Commit 70cb44d
cutiips
fix: Windows compatibility fixes
- Use %APPDATA%\DoctorFill for data/logs dirs on Windows frozen build
to avoid write permission issues in Program Files
- Move Flask app import to module level in server.py for reliable
PyInstaller entrypoint on Windows
- Fix CORS origins: replace unsupported wildcard port with explicit
localhost URLs (8000, 1420)1 parent 0a35759 commit 70cb44d
File tree
4 files changed
+2578
-5
lines changed- src-tauri/gen/schemas
- src
- config
- web
4 files changed
+2578
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | | - | |
24 | 25 | | |
0 commit comments