mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 19:29:15 +00:00
Add nodemon for ui developing.
This commit is contained in:
9
ui/nodemon.json
Normal file
9
ui/nodemon.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"watch": ["./**"],
|
||||
"exec": "npm start",
|
||||
"ext": "ts,json,tsx,js,html,css",
|
||||
"ignore": ["./dist/"],
|
||||
"execMap": {
|
||||
"ts": "ts-node-esm"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user