mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-16 23:00:51 +00:00
17 lines
No EOL
440 B
JSON
17 lines
No EOL
440 B
JSON
{
|
|
"watch": ["./","../Common/UI", "../Common/Types", "../Common/Utils", "../Common/Models"],
|
|
"ext": "ts,tsx",
|
|
"ignore": [
|
|
"./node_modules/**",
|
|
"./public/**",
|
|
"./bin/**",
|
|
"./public/**",
|
|
"./public/dist/**",
|
|
"./build/*",
|
|
"./build/**",
|
|
"./build/dist/*",
|
|
"./build/dist/**",
|
|
"../Common/Server/**"
|
|
],
|
|
"exec": " npm run dev-build && npm run start"
|
|
} |