UNPKG

424 BPlain TextView Raw
1{
2// Configure your Run and Preview buttons here.
3
4// Run button configuration
5 "commands": {
6 "Node version": "node --version"
7 },
8
9// Preview button configuration
10 "preview": {
11 "Project Index (static)": "https://{{domain}}/{{index}}",
12 "Current File (static)": "https://{{domain}}/{{filepath}}",
13 "Box URL": "http://{{domain}}:3000/",
14 "Box URL SSL": "https://{{domain}}:9500/"
15 }
16}
\No newline at end of file