summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> 2021-11-05 12:41:37 -0300
committerGravatar GitHub <noreply@github.com> 2021-11-05 10:41:37 -0500
commit8b54242a466e3c90ac1266f71f3ce69188760074 (patch)
tree8dde6d3e0e05140b2eb629067eccad6018768d0a /examples/framework-vue
parentecfc298506085acf116a19267a951da21a1c6108 (diff)
downloadastro-8b54242a466e3c90ac1266f71f3ce69188760074.tar.gz
astro-8b54242a466e3c90ac1266f71f3ce69188760074.tar.zst
astro-8b54242a466e3c90ac1266f71f3ce69188760074.zip
Adding CodeSandbox config file to all the "next" examples (#1744)
* Create sandbox.config.json specifying port 3000 * Update sandbox.config.json * Create sandbox.config.json for blog example * Create sandbox.config.json for multiple authors blog * added sandbox config to portfolios * [ci] yarn format * added sandbox.config.json to more frameworks examples * [ci] yarn format Co-authored-by: sarah11918 <sarah11918@users.noreply.github.com>
Diffstat (limited to 'examples/framework-vue')
-rw-r--r--examples/framework-vue/sandbox.config.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/framework-vue/sandbox.config.json b/examples/framework-vue/sandbox.config.json
new file mode 100644
index 000000000..9178af77d
--- /dev/null
+++ b/examples/framework-vue/sandbox.config.json
@@ -0,0 +1,11 @@
+{
+ "infiniteLoopProtection": true,
+ "hardReloadOnChange": false,
+ "view": "browser",
+ "template": "node",
+ "container": {
+ "port": 3000,
+ "startScript": "start",
+ "node": "14"
+ }
+}