blob: 6dec1662d6025b4bf713ba587fdda7a1df3c9538 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
name: glycemie
windows:
- main:
layout: 1074,239x57,0,0{144x57,0,0,0,94x57,145,0,2}
panes:
- # Empty
- build:
- fuser -k 9000/tcp
- webfsd -r public -f index.html -p 9000
- npm install && bower install && ./watch
|