Skip to content

Commit

Permalink
fix: type error
Browse files Browse the repository at this point in the history
  • Loading branch information
tychenjiajun committed Nov 13, 2024
1 parent e20d595 commit 345ca1a
Show file tree
Hide file tree
Showing 3 changed files with 2,109 additions and 2,511 deletions.
38 changes: 38 additions & 0 deletions .codesandbox/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
// These tasks will run in order when initializing your CodeSandbox project.
"setupTasks": [
{
"command": "pnpm install",
"name": "Install Dependencies"
}
],

// These tasks can be run from CodeSandbox. Running one will open a log in the app.
"tasks": {
"build": {
"name": "build",
"command": "pnpm build",
"runAtStart": false
},
"clean": {
"name": "clean",
"command": "pnpm clean",
"runAtStart": false
},
"watch": {
"name": "watch",
"command": "pnpm watch",
"runAtStart": false
},
"test": {
"name": "test",
"command": "pnpm test",
"runAtStart": false
},
"test:ui": {
"name": "test:ui",
"command": "pnpm test:ui",
"runAtStart": false
}
}
}
Loading

0 comments on commit 345ca1a

Please sign in to comment.