File tree Expand file tree Collapse file tree 3 files changed +39
-0
lines changed Expand file tree Collapse file tree 3 files changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ windows :
2
+ - name : dotfiles
3
+ root : ~/dotfiles
4
+ layout : main-vertical
5
+ panes :
6
+ - rake update
Original file line number Diff line number Diff line change
1
+ windows :
2
+ - name : kin
3
+ root : ~/Dropbox/Documents/Projects/
4
+ layout : tiled
5
+ panes :
6
+ - commands :
7
+ - cd kin-api-server
8
+ - npm run build:dev
9
+ - npm run start
10
+ - npm run watch:dev
11
+ - commands :
12
+ - cd kin-web-client
13
+ - npm run watch:dev
14
+ - commands :
15
+ - cd kin-api-server
16
+ - pm2 logs --timestamp --lines 30 --out 0
17
+ - commands :
18
+ - cd kin-web-client
19
+ - commands :
20
+ - cd kin-api-server
21
+ - pm2 logs --timestamp --lines 30 --err 0
Original file line number Diff line number Diff line change
1
+ windows :
2
+ - name : uusimuste
3
+ root : ~/Dropbox/Documents/Projects/uusimuste
4
+ layout : main-vertical-flipped
5
+ panes :
6
+ - commands :
7
+ - cd uusimuste
8
+ - npm run build:watch
9
+ - open https://localhost:8888
10
+ - commands :
11
+ - vagrant up --provision
12
+ - vagrant ssh
You can’t perform that action at this time.
0 commit comments