- 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
Vendored
+1
View File
@@ -1 +1,2 @@
VITE_TEST=Test String
VITE_API_BASE_URL=http://www.naver.com
+2
View File
@@ -0,0 +1,2 @@
VITE_TEST=Real Test String
VITE_API_BASE_URL=http://www.naver.com
+1
View File
@@ -1 +1,2 @@
VITE_TEST=Staging Test String
VITE_API_BASE_URL=http://www.naver.com