Delete .codesandbox directory

This commit is contained in:
sky 2023-10-12 21:30:54 -04:00 committed by GitHub
parent de4f6192fb
commit 1ecf0b2758

View File

@ -1,26 +0,0 @@
{
// These tasks will run in order when initializing your CodeSandbox project.
"setupTasks": [
{
"name": "Install Dependencies",
"command": "yarn install"
}
],
// These tasks can be run from CodeSandbox. Running one will open a log in the app.
"tasks": {
"start": {
"name": "start",
"command": "yarn start",
"runAtStart": true,
"preview": {
"port": 5000
}
},
"build": {
"name": "build",
"command": "yarn build",
"runAtStart": false
}
}
}