We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12440d9 commit 43a0927Copy full SHA for 43a0927
.codesandbox/ci.json
@@ -0,0 +1,13 @@
1
+{
2
+ "packages": ["packages/react", "packages/react-dom", "packages/scheduler"],
3
+ "buildCommand": "download-build-in-codesandbox-ci",
4
+ "installCommand": "install --ignore-engines",
5
+ "node": "18",
6
+ "publishDirectory": {
7
+ "react": "build/oss-experimental/react",
8
+ "react-dom": "build/oss-experimental/react-dom",
9
+ "scheduler": "build/oss-experimental/scheduler"
10
+ },
11
+ "sandboxes": ["new"],
12
+ "silent": true
13
+}
0 commit comments