6 lines
89 B
JSON
6 lines
89 B
JSON
{
|
|
"setup": ["bun dw setup"],
|
|
"run": ["bun dw run"],
|
|
"teardown": ["bun dw teardown"]
|
|
}
|