mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +08:00
6 lines
112 B
JSON
6 lines
112 B
JSON
{
|
|
"watch": ["back", ".env"],
|
|
"ext": "js,ts,json",
|
|
"exec": "ts-node -P tsconfig.back.json ./back/app.ts"
|
|
}
|