mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +08:00
7 lines
142 B
JSON
7 lines
142 B
JSON
{
|
|
"watch": ["back", ".env"],
|
|
"ext": "js,ts,json",
|
|
"ignore": ["src/**/*.spec.ts"],
|
|
"exec": "ts-node --transpile-only ./back/app.ts"
|
|
}
|