- update dependencies and vscode settings

- add example axios wrapper with test request
- move env path
This commit is contained in:
2021-12-29 19:35:36 +09:00
parent 224f020e22
commit 0ebb2571c2
15 changed files with 164 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
"cSpell.words": ["Vitesse"],
"prettier.enable": false,
"typescript.tsdk": "node_modules/typescript/lib",
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},