mirror of
https://github.com/zoriya/elysia-swagger.git
synced 2025-12-06 00:36:10 +00:00
7 lines
142 B
JSON
7 lines
142 B
JSON
{
|
|
"restartable": "rs",
|
|
"ignore": [".git", "node_modules/", "build/"],
|
|
"exec": "bun example/index.ts",
|
|
"ext": "js, json, ts"
|
|
}
|