Skip to content

Commit

Permalink
Merge branch 'release/1.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Jan 15, 2022
2 parents 950d2de + b0bc7af commit 00480f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ npm-debug.log
.pnpm-store
pnpm-lock.yaml

# APP FILES
app/dist/

# MISC FILES
.cache
.DS_Store
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## 1.0.4 - 2022.01.15
### Fixed
* Remove `tsc` from the `build` script for the example app to so it can build successfully out of the box ([#2](https://github.com/nystudio107/vitejs-docker-dev/issues/2))

## 1.0.3 - 2021.12.27
### Fixed
* Include packages needed in the `Dockerfile` to build `bcrypt` from source for `arm64` (Apple Silicon M1) as [prebuilts don't exist](https://github.com/kelektiv/node.bcrypt.js/issues/868)
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["vite", "vitejs", "local", "development", "development-environment","docker", "docker-container"],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
Expand Down

0 comments on commit 00480f2

Please sign in to comment.