Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .roo/roomotes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: "1.0"

commands:
- name: Install dependencies
run: npm install
timeout: 60
- name: Run dev
run: npm start
timeout: 10