Skip to content

Commit

Permalink
chore: Add .codesandbox config to audio example
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Mar 8, 2024
1 parent 08ccac8 commit 9cb9fd5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions examples/audio/.codesandbox/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "https://codesandbox.io/schemas/tasks.json",
"setupTasks": ["pnpm install"],
"tasks": {
"install-dependencies": {
"name": "Install Dependencies",
"command": "pnpm install",
"restartOn": {
"files": ["package.json", "pnpm-lock.yaml"],
"branch": true
}
},
"dev": {
"name": "Run Dev Server",
"command": "pnpm dev",
"runAtStart": true
}
}
}

0 comments on commit 9cb9fd5

Please sign in to comment.