13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
{
|
|
// Configure your Run and Preview buttons here.
|
|
|
|
// Run button configuration
|
|
"commands": {
|
|
"Run Meteor": "cd rpg-docs \n meteor"
|
|
},
|
|
|
|
// Preview button configuration
|
|
"preview": {
|
|
"Prieview": "https://period-sheriff-3000.codio.io"
|
|
}
|
|
} |