GaenKoki commited on
Commit
a468cd8
1 Parent(s): c42f7da

Upload tasks.json

Browse files
Files changed (1) hide show
  1. .codesandbox/tasks.json +13 -0
.codesandbox/tasks.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ // These tasks can be run from CodeSandbox. Running one will open a log in the app.
3
+ "tasks": {
4
+ "run": {
5
+ "name": "start",
6
+ "command": "bash start.sh",
7
+ "runAtStart": true,
8
+ "preview": {
9
+ "port": 8444
10
+ }
11
+ }
12
+ }
13
+ }