Skip to content

Commit bec3e0d

Browse files
committed
Specify codesandbox template and node version
1 parent 98185ca commit bec3e0d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.codesandbox/ci.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"installCommand": false,
23
"sandboxes": ["2d17z"],
3-
"packages": [".", "packages/docsify-server-renderer"]
4+
"packages": [".", "packages/docsify-server-renderer"],
5+
"node": "16"
46
}

sandbox.config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"template": "node",
3+
"node": "16"
4+
}

0 commit comments

Comments
 (0)