Skip to content

Commit

Permalink
DAPP1-87: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
charunb committed Sep 17, 2024
1 parent c3ca366 commit 5decbcf
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions .codesandbox/tasks.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
"tasks": {
"npm start": {
"name": "start dev server",
"command": "npm start",
"runAtStart": true,
"preview": {
"port": 3000
{
// These tasks will run in order when initializing your CodeSandbox project.
"setupTasks": [],

// These tasks can be run from CodeSandbox. Running one will open a log in the app.
"tasks": {
"npm start": {
"name": "start dev server",
"command": "npm start",
"runAtStart": false,
"preview": {
"port": 3000
}
},
"npm build": {
"name": "npm build",
"command": "npm run build"
}
},
"npm test": {
"name": "run Unit Tests",
"command": "npm test",
"runAtStart": false,
"preview": {
"port": 3000
}
},
"npm build": {
"name": "npm build",
"command": "npm run build"
}
"node": "20"
}

0 comments on commit 5decbcf

Please sign in to comment.