diff --git a/.roo/roomotes.yml b/.roo/roomotes.yml new file mode 100644 index 00000000..203aa8c7 --- /dev/null +++ b/.roo/roomotes.yml @@ -0,0 +1,9 @@ +version: "1.0" + +commands: + - name: Install dependencies + run: npm install + timeout: 60 + - name: Run dev + run: nohup npm start > /tmp/docusaurus.log 2>&1 & + timeout: 60 \ No newline at end of file