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