Skip to content

Commit 33c4ccb

Browse files
ccatersonaj-foster
andauthored
Update tasks.json (#6866)
Co-authored-by: AJ Foster <[email protected]>
1 parent c23a090 commit 33c4ccb

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.codesandbox/tasks.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,19 @@
1111
"app:fast": {
1212
"name": "Application (fast)",
1313
"command": "yarn start:fast",
14-
"runAtStart": true
14+
"runAtStart": true,
15+
"preview": {
16+
"port": 3000
17+
}
1518
},
1619
"app:home:fast": {
1720
"name": "Application home (fast)",
1821
"command": "yarn start:home:fast",
19-
"runAtStart": true
22+
"runAtStart": true,
23+
"preview": {
24+
"port": 8000,
25+
"prLink": "redirect"
26+
}
2027
}
2128
},
2229
"setupTasks": [

0 commit comments

Comments
 (0)