summaryrefslogtreecommitdiffstats
path: root/.codio
blob: 16e0398e4cf674f489f493b7ae07e4d97f685776 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
// Configure your Run and Preview buttons here.

// Run button configuration
  "commands": {
        "Node version": "node --version"
  },

// Preview button configuration
  "preview": {
        "Project Index (static)": "https://{{domain}}/{{index}}",
        "Current File (static)": "https://{{domain}}/{{filepath}}",
        "Ungit": "https://orchid-amanda-9501.codio.io/#/repository?path=%2Fhome%2Fcodio%2Fworkspace",
        "Box URL": "http://{{domain}}:3000/",
        "Box URL SSL": "https://{{domain}}:9500/"
  }
}