Skip to content

Commit

Permalink
Merge pull request #164 from boostcamp-2020/develop
Browse files Browse the repository at this point in the history
4주차 배포
  • Loading branch information
Do-ho authored Dec 10, 2020
2 parents 7717890 + e39a6c3 commit e18f097
Show file tree
Hide file tree
Showing 142 changed files with 2,878 additions and 383 deletions.
3 changes: 2 additions & 1 deletion client/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"ts": "never",
"tsx": "never"
}
]
],
"no-alert": "off"
}
}
5 changes: 3 additions & 2 deletions client/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ module.exports = {
'@theme': path.resolve(__dirname, '../src/common/theme'),
'@utils': path.resolve(__dirname, '../src/common/utils'),
'@store': path.resolve(__dirname, '../src/common/store'),
'@dispatch': path.resolve(__dirname, '../src/common/dispatch'),
'@imgs': path.resolve(__dirname, '../public/imgs')
'@imgs': path.resolve(__dirname, '../public/imgs'),
'@socket': path.resolve(__dirname, '../src/common/socket'),
'@constants': path.resolve(__dirname, '../src/common/constants')
}
return config;
}
Expand Down
249 changes: 246 additions & 3 deletions client/package-lock.json

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

Loading

0 comments on commit e18f097

Please sign in to comment.