Skip to content

Commit

Permalink
improve codesandbox config
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Oct 7, 2020
1 parent ebf3786 commit 65c8544
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sandbox.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"template": "node",
"startScript": "start",
"port": 3000
"container": {
"startScript": "start",
"port": 3000
}
}

0 comments on commit 65c8544

Please sign in to comment.