chore: Set backend.embedded to true for all-in-one packaging
The embedded flag must be true for the portable exe to work. When embedded is false, the app expects an external backend. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
"compute": "int8"
|
"compute": "int8"
|
||||||
},
|
},
|
||||||
"backend": {
|
"backend": {
|
||||||
"embedded": false,
|
"embedded": true,
|
||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": 8000,
|
"port": 8000,
|
||||||
"database": {
|
"database": {
|
||||||
|
|||||||
Reference in New Issue
Block a user