mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-01 07:34:46 +00:00
feat: adds codesandbox config
This commit is contained in:
parent
55f9b37c56
commit
b23c3a9593
1 changed files with 24 additions and 0 deletions
24
.codesandbox/tasks.json
Normal file
24
.codesandbox/tasks.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"setupTasks": [
|
||||
{
|
||||
"name": "Install dependencies",
|
||||
"command": "npm i"
|
||||
}
|
||||
],
|
||||
"tasks": {
|
||||
"start": {
|
||||
"name": "Start Isoflow",
|
||||
"command": "npm run start",
|
||||
"runAtStart": true,
|
||||
"preview": {
|
||||
"port": 3000,
|
||||
"prLink": "direct"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"name": "Run tests",
|
||||
"command": "npm run test",
|
||||
"runAtStart": false
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue