Skip to content

Commit 858cc87

Browse files
committed
Update .tmuxp.json too
1 parent 27b6a25 commit 858cc87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.tmuxp.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"focus": true
88
},
99
"pane",
10-
"sniffer"
10+
"make watch_test"
1111
],
1212
"options": {
1313
"main-pane-height": 35
@@ -25,8 +25,8 @@
2525
"focus": true
2626
},
2727
"pane",
28-
"echo 'docs built to <http://0.0.0.0:8003/_build/html>'; python -m SimpleHTTPServer 8003",
29-
"sniffer"
28+
"make serve",
29+
"make watch"
3030
],
3131
"start_directory": "doc/",
3232
"layout": "main-horizontal",
@@ -41,4 +41,4 @@
4141
],
4242
"session_name": "tmuxp",
4343
"start_directory": "./"
44-
}
44+
}

0 commit comments

Comments
 (0)