Skip to content

Commit

Permalink
docs: add sandbox configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Nov 23, 2021
1 parent 2632eaa commit 57dee0a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"startCommand": "npm start"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"startScript": "start"
}
3 changes: 3 additions & 0 deletions sandbox-templates/remark-rehype-with-parcel/.stackblitzrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"startCommand": "npm start"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"startScript": "start"
}
3 changes: 3 additions & 0 deletions sandbox-templates/remark-with-parcel/.stackblitzrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"startCommand": "npm start"
}
3 changes: 3 additions & 0 deletions sandbox-templates/remark-with-parcel/sandbox.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"startScript": "start"
}

0 comments on commit 57dee0a

Please sign in to comment.