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 c23a090 commit 33c4ccbCopy full SHA for 33c4ccb
.codesandbox/tasks.json
@@ -11,12 +11,19 @@
11
"app:fast": {
12
"name": "Application (fast)",
13
"command": "yarn start:fast",
14
- "runAtStart": true
+ "runAtStart": true,
15
+ "preview": {
16
+ "port": 3000
17
+ }
18
},
19
"app:home:fast": {
20
"name": "Application home (fast)",
21
"command": "yarn start:home:fast",
22
23
24
+ "port": 8000,
25
+ "prLink": "redirect"
26
27
}
28
29
"setupTasks": [
0 commit comments