We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a10afb + a23ea1f commit 4b8746bCopy full SHA for 4b8746b
package.json
@@ -4,6 +4,8 @@
4
"preinstall": "npx only-allow pnpm",
5
"build": "turbo run build --filter=!eliza-docs",
6
"build-docker": "turbo run build",
7
+ "cleanstart": "if [ -f agent/data/db.sqlite ]; then rm agent/data/db.sqlite; fi && pnpm --filter \"@elizaos/agent\" start --isRoot",
8
+ "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",
9
"start": "pnpm --filter \"@elizaos/agent\" start --isRoot",
10
"start:client": "pnpm --dir client dev",
11
"start:debug": "cross-env NODE_ENV=development VERBOSE=true DEBUG=eliza:* pnpm --filter \"@elizaos/agent\" start --isRoot",
0 commit comments