Skip to content

Commit

Permalink
fix: vite.config.mts HAUKI-639
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkojamG committed May 31, 2024
1 parent 04fdf0b commit 11c9f30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
!.prettierrc.json
!.eslintignore
!index.html
!vite.config.ts
!vite.config.mts
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ USER default
RUN yarn && yarn cache clean --force

# Copy all files
COPY .eslintrc.js .eslintignore tsconfig.json index.html vite.config.ts .prettierrc.json .env* /app/
COPY .eslintrc.js .eslintignore tsconfig.json index.html vite.config.mts .prettierrc.json .env* /app/
COPY ./src /app/src
COPY ./test /app/test

Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"src",
"test",
"e2e",
"playwright.config.ts"
"playwright.config.ts",
"vite.config.mts"
],
}
File renamed without changes.

0 comments on commit 11c9f30

Please sign in to comment.