Skip to content

Commit a93f81c

Browse files
committed
Add sandbox config to demo
1 parent 40d5654 commit a93f81c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

demo/vue/sandbox.config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"infiniteLoopProtection": true,
3+
"hardReloadOnChange": false,
4+
"view": "browser",
5+
"template": "node",
6+
"container": {
7+
"port": 3000,
8+
"startScript": "dev",
9+
"node": "14"
10+
}
11+
}

0 commit comments

Comments
 (0)