mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 13:56:35 +03:00
21 lines
345 B
JSON
21 lines
345 B
JSON
{
|
|
"$schema": "https://codesandbox.io/schemas/tasks.json",
|
|
"setupTasks": [
|
|
{
|
|
"name": "Install Dependencies",
|
|
"command": "yarn install"
|
|
}
|
|
],
|
|
|
|
"tasks": {
|
|
"start-web": {
|
|
"name": "Start Web",
|
|
"command": "yarn dev-core",
|
|
"runAtStart": true,
|
|
"preview": {
|
|
"port": 8080
|
|
}
|
|
}
|
|
}
|
|
}
|