mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-11 19:56:44 +00:00
17 lines
No EOL
439 B
JSON
17 lines
No EOL
439 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"
|
|
} |