forked from gitcoinco/code_fund_ads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mert-example
18 lines (18 loc) · 826 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.5; asdf local nodejs 13.0.1; code .; clear
- asdf local ruby 2.6.5; asdf local nodejs 13.0.1; clear; bundle exec rails c
-
layout:
-
- asdf local ruby 2.6.5; asdf local nodejs 13.0.1; lsof -t -i tcp:3000 | xargs kill; redis-cli flushall; clear; bundle exec rails s
- asdf local ruby 2.6.5; asdf local nodejs 13.0.1; lsof -t -i tcp:3035 | xargs kill; clear; bundle exec ./bin/webpack-dev-server
-
layout:
-
- asdf local ruby 2.6.5; asdf local nodejs 13.0.1; redis-cli flushall; clear; bundle exec sidekiq -C config/sidekiq.yml
- asdf local ruby 2.6.5; asdf local nodejs 13.0.1; clear; bundle exec sidekiq -C config/sidekiq_counters.yml