Files
DiceCloud/.codio
2015-03-23 13:55:17 +00:00

14 lines
397 B
Plaintext

{
// Configure your Run and Preview buttons here.
// Run button configuration
"commands": {
"Run Meteor": "ROOT_URL=http://period-sheriff-3000.codio.io\ncd rpg-docs \n meteor run"
},
// Preview button configuration
"preview": {
"Prieview": "http://period-sheriff-3000.codio.io",
"Ungit": "https://period-sheriff-9501.codio.io/#/repository?path=/home/codio/workspace"
}
}