Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: add sandbox configuration files
  • Loading branch information
ChristianMurphy committed Nov 23, 2021
commit 57dee0a25410c62312087185b7a1b9d780532d13
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"
}