diff options
author | 2021-11-05 12:41:37 -0300 | |
---|---|---|
committer | 2021-11-05 10:41:37 -0500 | |
commit | 8b54242a466e3c90ac1266f71f3ce69188760074 (patch) | |
tree | 8dde6d3e0e05140b2eb629067eccad6018768d0a /examples/framework-vue | |
parent | ecfc298506085acf116a19267a951da21a1c6108 (diff) | |
download | astro-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.json | 11 |
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" + } +} |