diff options
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" + } +} |