1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 06:55:26 +02:00

nodemon config updated

This commit is contained in:
Umang G. Patel 2022-08-29 01:24:17 +05:30
parent 0ae88101a3
commit 09706f0a66

View file

@ -9,5 +9,5 @@
"watch": [ "watch": [
"**/*" "**/*"
], ],
"ext": "js,twig" "ext": "ts,js,twig"
} }