install axios

This commit is contained in:
starnakin 2023-11-13 13:26:26 +01:00
parent f976dc8248
commit 2ceb036c2f
2 changed files with 7 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
node_modules
package-lock.json

View File

@ -1,3 +1,6 @@
{
"type": "module"
}
"type": "module",
"dependencies": {
"axios": "^1.6.0"
}
}