7 lines
86 B
JSON
7 lines
86 B
JSON
{
|
|
"watch": ["src"],
|
|
"ext": ".ts,.js",
|
|
"ignore": [],
|
|
"exec": "bun run start"
|
|
}
|