Skip to content

Commit

Permalink
chore: Add sandbox.config.json (#4812)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jan 13, 2023
1 parent 2cd92ef commit e33bda3
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/svelte/auto-refetching/sandbox.config.json
@@ -0,0 +1,5 @@
{
"container": {
"node": "16"
}
}
5 changes: 5 additions & 0 deletions examples/svelte/basic/sandbox.config.json
@@ -0,0 +1,5 @@
{
"container": {
"node": "16"
}
}
5 changes: 5 additions & 0 deletions examples/svelte/load-more-infinite-scroll/sandbox.config.json
@@ -0,0 +1,5 @@
{
"container": {
"node": "16"
}
}
@@ -0,0 +1,5 @@
{
"container": {
"node": "16"
}
}
5 changes: 5 additions & 0 deletions examples/svelte/playground/sandbox.config.json
@@ -0,0 +1,5 @@
{
"container": {
"node": "16"
}
}
5 changes: 5 additions & 0 deletions examples/svelte/simple/sandbox.config.json
@@ -0,0 +1,5 @@
{
"container": {
"node": "16"
}
}
5 changes: 5 additions & 0 deletions examples/svelte/ssr/sandbox.config.json
@@ -0,0 +1,5 @@
{
"container": {
"node": "16"
}
}
5 changes: 5 additions & 0 deletions examples/svelte/star-wars/sandbox.config.json
@@ -0,0 +1,5 @@
{
"container": {
"node": "16"
}
}

0 comments on commit e33bda3

Please sign in to comment.