1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-12-16 06:36:18 +00:00

init commit

This commit is contained in:
Artem Litvinov
2023-09-16 10:08:12 +01:00
commit 536a9e4de8
46 changed files with 7379 additions and 0 deletions

5
.husky/.huskyrc Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env sh
# This loads nvm.sh and sets the correct PATH before running hook
export NVM_DIR="${HOME}/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"