mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-07 22:44:16 +00:00
fix(build): add daemon-cli bundle for legacy shim
This commit is contained in:
@@ -11,6 +11,12 @@ export default defineConfig([
|
||||
fixedExtension: false,
|
||||
platform: "node",
|
||||
},
|
||||
{
|
||||
entry: "src/cli/daemon-cli.ts",
|
||||
env,
|
||||
fixedExtension: false,
|
||||
platform: "node",
|
||||
},
|
||||
{
|
||||
entry: "src/entry.ts",
|
||||
env,
|
||||
|
||||
Reference in New Issue
Block a user