mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-29 01:31:41 +00:00
feat(tui): allow collapsing archived todo panels
This commit is contained in:
parent
c78b528125
commit
b36007b246
4 changed files with 40 additions and 9 deletions
|
|
@ -26,7 +26,7 @@ module.exports = {
|
|||
],
|
||||
// We feed already-compiled JS into babel; don't re-parse as TS/JSX.
|
||||
// @babel/preset-env etc. would over-transform — the compiler is our only
|
||||
// transform here.
|
||||
babelrc: false,
|
||||
configFile: false
|
||||
// transform here. babelrc:false stops @babel/cli from walking up the
|
||||
// filesystem looking for other configs (the parent repo might add one).
|
||||
babelrc: false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue