Skip to content

Commit

Permalink
chore: fixup docker
Browse files Browse the repository at this point in the history
  • Loading branch information
swizzmagik committed Nov 29, 2024
1 parent fedd2ca commit 6b24575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "tsc && nodemon --watch src --watch ../core/dist --ext ts,json --exec 'node --loader ts-node/esm' src/index.ts",
"start:service:all": "pm2 start pnpm --name=\"all\" --restart-delay=3000 --max-restarts=10 -- run start:all",
"stop:service:all": "pm2 stop all",
"start:all": "node --loader ts-node/esm src/index.ts --characters=\"../characters/eliza.json\",\"../characters/degenspartan.json\",\"../characters/ruby.json\",\"../characters/pmairca.json\""
"start:all": "node --loader ts-node/esm src/index.ts"
},
"dependencies": {
"@ai16z/adapter-postgres": "workspace:*",
Expand All @@ -36,4 +36,4 @@
"ts-node": "10.9.2",
"tsup": "8.3.5"
}
}
}

0 comments on commit 6b24575

Please sign in to comment.