Skip to content

Commit

Permalink
fix(cu): allow dry runs on historical memory of a process
Browse files Browse the repository at this point in the history
This allows you to see the result of messages over time
  • Loading branch information
dtfiedler committed Aug 16, 2024
1 parent c52b61b commit cffd43e
Show file tree
Hide file tree
Showing 9 changed files with 5,672 additions and 331 deletions.
4 changes: 2 additions & 2 deletions servers/cu/nodemon.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"watch": ["src"],
"watch": ["src", ".env"],
"exec": "node --experimental-wasm-memory64 -r dotenv/config src/app.js",
"ext": "js",
"delay": "500",
"signal": "SIGHUP"
}
}
Loading

0 comments on commit cffd43e

Please sign in to comment.