kuru-kuru/.codesandbox/tasks.json
Ayane Satomi 5e71e87854 Fix conflicts
Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com>
2023-09-11 03:17:12 +00:00

16 lines
381 B
JSON

{
// 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": {
"deno task start": {
"name": "deno task start",
"command": "deno task start",
"runAtStart": true,
"preview": {
"port": 8000
}
}
}
}