forked from elizaOS/eliza
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b050cd
commit 6cd3440
Showing
5 changed files
with
517 additions
and
779 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Here's the direct terminal commands to rebuild the project: | ||
|
||
# Clean install | ||
rm -rf node_modules | ||
rm pnpm-lock.yaml | ||
|
||
# Clear cache | ||
pnpm store prune | ||
pnpm cache clean | ||
|
||
# Fresh install | ||
pnpm install | ||
|
||
# Rebuild | ||
pnpm rebuild | ||
|
||
# Build project | ||
pnpm build | ||
|
||
# Start | ||
pnpm start | ||
|
||
# Test | ||
|
||
pnpm start ---characters=\"../characters/bera.json\" | ||
|
||
|
||
|
||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"dependencies": { | ||
"sqlite-vss": "^0.1.2", | ||
"better-sqlite3": "11.5.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.