mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-22 01:43:29 +01:00
6 lines
97 B
JSON
6 lines
97 B
JSON
{
|
|
"watch": ["src/**/*.ts", "web/**/*.svg"],
|
|
"ignore": [],
|
|
"exec": "ts-node ./src/app.ts"
|
|
}
|