forked from gitcoinco/code_fund_ads
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.mert-example
18 lines (18 loc) · 832 Bytes
/
.mert-example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
split_strategy: "vertical"
layout:
tabs:
-
layout:
-
- asdf local ruby 2.6.6; asdf local nodejs 13.11.0; code .; clear
- asdf local ruby 2.6.6; asdf local nodejs 13.11.0; clear; bundle exec rails c
-
layout:
-
- asdf local ruby 2.6.6; asdf local nodejs 13.11.0; lsof -t -i tcp:3000 | xargs kill; redis-cli flushall; clear; bundle exec rails s
- asdf local ruby 2.6.6; asdf local nodejs 13.11.0; lsof -t -i tcp:3035 | xargs kill; clear; bundle exec ./bin/webpack-dev-server
-
layout:
-
- asdf local ruby 2.6.6; asdf local nodejs 13.11.0; redis-cli flushall; clear; bundle exec sidekiq -C config/sidekiq.yml
- asdf local ruby 2.6.6; asdf local nodejs 13.11.0; clear; bundle exec sidekiq -C config/sidekiq_counters.yml