File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
"build" : " turbo run build --filter=!eliza-docs" ,
9
9
"build-docker" : " turbo run build" ,
10
10
"cleanstart" : " if [ -f agent/data/db.sqlite ]; then rm agent/data/db.sqlite; fi && pnpm --filter \" @elizaos/agent\" start --isRoot" ,
11
- "cleanstart:debug" : " if [ -f agent/data/db.sqlite ]; then rm agent/data/db.sqlite; fi && cross-env NODE_ENV=development VERBOSE=true DEBUG=eliza:* pnpm --filter \" @elizaos/agent\" start --isRoot" ,
11
+ "cleanstart:debug" : " if [ -f agent/data/db.sqlite ]; then rm agent/data/db.sqlite; fi && cross-env NODE_ENV=development VERBOSE=true DEFAULT_LOG_LEVEL=debug DEBUG=eliza:* pnpm --filter \" @elizaos/agent\" start --isRoot" ,
12
12
"start" : " pnpm --filter \" @elizaos/agent\" start --isRoot" ,
13
13
"start:client" : " pnpm --dir client dev" ,
14
- "start:debug" : " cross-env NODE_ENV=development VERBOSE=true DEBUG=eliza:* pnpm --filter \" @elizaos/agent\" start --isRoot" ,
14
+ "start:debug" : " cross-env NODE_ENV=development VERBOSE=true DEFAULT_LOG_LEVEL=debug DEBUG=eliza:* pnpm --filter \" @elizaos/agent\" start --isRoot" ,
15
15
"dev" : " bash ./scripts/dev.sh" ,
16
16
"release" : " pnpm build && pnpm format && npx lerna publish --no-private --force-publish" ,
17
17
"clean" : " bash ./scripts/clean.sh" ,
You can’t perform that action at this time.
0 commit comments