Skip to content

Commit

Permalink
Update tasks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDontsnitchonme authored May 27, 2024
1 parent 072307e commit 4fa3480
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions .codesandbox/tasks.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
/**
{
// These tasks will run in order when initializing your CodeSandbox project.
"setupTasks": }
// "setupTasks": }
{
"name": "Install dependencies",
"command": "bundle install"
// "name": "Install dependencies",
// "command": "bundle install"
}
],
// ],

// These tasks can be run from CodeSandbox. Running one will open a log in the app.
"tasks": {
"bundle exec jekyll serve": {
"name": "bundle exec jekyll serve",
"command": "bundle exec jekyll serve --host 0.0.0.0",
"runAtStart": true,
"preview": {
"port": 4000
}
},
"ruby:typecheck": {
"name": "Typecheck",
"command": "solargraph typecheck"
}
}
}
//
// "tasks": {
// "bundle exec jekyll serve": {
// "name": "bundle exec jekyll serve",
// "command": "bundle exec jekyll serve --host 0.0.0.0",
// "runAtStart": true,
// "preview": {
// "port": 4000
// }
// },
// "ruby:typecheck": {
// "name": "Typecheck",
// "command": "solargraph typecheck"
/* }
/* }
*/ }

0 comments on commit 4fa3480

Please sign in to comment.