mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
13 lines
273 B
JSON
13 lines
273 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "🚀 Dev server",
|
|
"runtimeExecutable": "sh",
|
|
"runtimeArgs": ["-c", "bun install && bun dev"],
|
|
"port": 3000,
|
|
"autoPort": false
|
|
}
|
|
]
|
|
}
|