You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/.codio

17 lines
526 B

{
// 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/"
}
}