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:
egg
2025-12-17 11:28:56 +08:00
parent 2f80a4ac76
commit ac2d9a0240

View File

@@ -8,7 +8,7 @@
"compute": "int8"
},
"backend": {
"embedded": false,
"embedded": true,
"host": "127.0.0.1",
"port": 8000,
"database": {