mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-16 23:00:51 +00:00
6 lines
146 B
JSON
6 lines
146 B
JSON
{
|
|
"watch": ["Index.ts"],
|
|
"ext": "ts,tsx",
|
|
"ignore": ["./node_modules/**", "./public/**", "./bin/**", "./build/**"],
|
|
"exec": "npm start"
|
|
}
|