Skip to content

Commit

Permalink
[feat] : axios 모듈화 진행중 (#20)
Browse files Browse the repository at this point in the history
* eslint 설정

* [feat] : axios 모듈화 진행

---------

Co-authored-by: 유형우/애버커스 <[email protected]>
Co-authored-by: Lee, Chungho <[email protected]>
  • Loading branch information
3 people authored Dec 15, 2023
1 parent 71d95d6 commit 3b68ebe
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 32 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
VITE_FALLBACK_LANG: 'en'
VITE_API_CONTEXT_PATH:
VITE_REQUEST_TIMEOUT: 100000
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@tailwindcss/line-clamp": "^0.4.4",
"axios": "^1.6.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
Expand All @@ -69,6 +70,7 @@
"devDependencies": {
"@iconify/json": "^2.2.156",
"@tailwindcss/forms": "^0.5.7",
"@types/js-yaml": "^4.0.9",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
Expand Down
133 changes: 102 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/lib/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ i18n
},
backend: {
loadPath: '/locales/{{lng}}.yml',
parse: function (data) {
parse: function (data: string) {
return yaml.load(data)
},
},
Expand Down
Loading

0 comments on commit 3b68ebe

Please sign in to comment.