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