We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787c50f commit 5323be7Copy full SHA for 5323be7
package.json
@@ -23,7 +23,7 @@
23
"lint:fix": "eslint --fix --ext .js,.ts,.tsx ./src",
24
"ts:check": "tsc --noEmit",
25
"preview": "vite preview",
26
- "python": "bash scripts/remove_binary.sh && poetry run pyinstaller --noconfirm --distpath src-tauri/bin/python python/main.py && bash scripts/move_binary.sh",
+ "python": "bash scripts/remove_binary.sh && poetry run pyinstaller --noconfirm --hidden-import=tiktoken_ext.openai_public --hidden-import=tiktoken_ext --distpath src-tauri/bin/python python/main.py && bash scripts/move_binary.sh",
27
"python:test": "poetry run pytest python/tests",
28
"test": "vitest run",
29
"test:watch": "vitest --watch",
0 commit comments