Skip to content

Commit

Permalink
[Fix] 빌드 시 오류 발생하는 코드 수정
Browse files Browse the repository at this point in the history
- S3 서버에 업로드 하기위해 빌드 시 오류 발생하는 코드 일부 수정

Issues #84
  • Loading branch information
novice1993 committed Sep 12, 2023
1 parent 46b1b2c commit 22a1141
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions client/package-lock.json

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

1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"styled-components": "^6.0.7"
},
"devDependencies": {
"@types/node": "^20.6.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion client/src/models/stockInfoProps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export interface StockInfoprops {
export interface StockInfoProps {
stockAsBiId: number;
companyId: number;
askp1: string;
Expand Down
1 change: 1 addition & 0 deletions client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"module": "ESNext",
"skipLibCheck": true,
"outDir": "./dist",
"types": ["node"],

/* Bundler mode */
"moduleResolution": "bundler",
Expand Down

0 comments on commit 22a1141

Please sign in to comment.