We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32910cb commit e12b8deCopy full SHA for e12b8de
src/scripts/g-tmux.sh
@@ -17,8 +17,9 @@ tmux send-keys -t mysession:2 'pnpm rspack' C-m
17
18
else
19
20
-sleep 2
21
-tmux send-keys -t mysession:2 '$PWD/scripts/memory_monitor.py' C-m
+# no longer needed, due to using rspack for nextjs
+#sleep 2
22
+#tmux send-keys -t mysession:2 '$PWD/scripts/memory_monitor.py' C-m
23
fi
24
25
tmux attach -t mysession:1
0 commit comments