Skip to content

Commit

Permalink
Merge branch 'develop' into feat/#10-cropimages
Browse files Browse the repository at this point in the history
  • Loading branch information
kkl4846 committed Nov 10, 2022
2 parents 02364cf + 6a92915 commit beec1cb
Show file tree
Hide file tree
Showing 65 changed files with 13,834 additions and 3,363 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
Expand All @@ -104,7 +103,7 @@ dist

# vuepress build output
.vuepress/dist

.dist
# vuepress v2.x temp and cache directory
.temp

Expand Down Expand Up @@ -167,6 +166,8 @@ dist
# Ignore code-workspaces
*.code-workspace

dist

# End of https://www.toptal.com/developers/gitignore/api/node,visualstudiocode

.DS_Store
16 changes: 9 additions & 7 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,21 @@ phases:
install:
#Ubuntu 표준 이미지 2.0 이상을 사용하는 경우 런타임 버전을 지정해야 합니다.
#런타임 버전을 지정하는 경우 Ubuntu 표준 이미지 2.0 이외의 이미지를 사용하면 빌드에 실패합니다.
#runtime-versions:
# name: version
runtime-versions:
nodejs: 16
# name: version
commands:
- npm install
# - command
#pre_build:
#commands:
# - npm install
- npm install -g yarn
- yarn install
# - command
pre_build:
commands:
# - yarn install
# - command
build:
commands:
- npm run build
- yarn run build
# - command
#post_build:
#commands:
Expand Down
33 changes: 33 additions & 0 deletions dist/config/index.js

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

1 change: 1 addition & 0 deletions dist/config/index.js.map

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

29 changes: 29 additions & 0 deletions dist/config/multer.js

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

1 change: 1 addition & 0 deletions dist/config/multer.js.map

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

14 changes: 14 additions & 0 deletions dist/config/s3Config.js

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

1 change: 1 addition & 0 deletions dist/config/s3Config.js.map

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

122 changes: 122 additions & 0 deletions dist/controllers/UserController.js

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

1 change: 1 addition & 0 deletions dist/controllers/UserController.js.map

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

103 changes: 103 additions & 0 deletions dist/controllers/WordController.js

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

Loading

0 comments on commit beec1cb

Please sign in to comment.