first
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"watch": ["src", ".env"],
|
||||
"ext": "ts,json",
|
||||
"ignore": ["dist"],
|
||||
"events": {
|
||||
"start": "clear"
|
||||
},
|
||||
"exec": "npm run build && node --trace-warnings dist/server.js",
|
||||
"delay": 500
|
||||
}
|
||||
Reference in New Issue
Block a user