1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 22:45:23 +02:00

search implementation

This commit is contained in:
Taly 2022-08-11 18:28:15 +03:00
parent f05eb15b72
commit 79592f0a1d
12 changed files with 440 additions and 28 deletions

View file

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