mirror of
https://forgejo.merr.is/annika/isl-vue3.git
synced 2025-12-11 10:56:31 -05:00
Trying To Log More From Vite
This commit is contained in:
parent
7d39e955ab
commit
0c3e6c35f0
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ COPY . .
|
|||
# I don't have any tests, I am bad.
|
||||
ENV NODE_ENV=production
|
||||
RUN cat vite.config.ts
|
||||
RUN bunx --bun vite build
|
||||
RUN bunx --bun vite build --debug true --logLevel info
|
||||
|
||||
# Copy the distribution folder into the final image.
|
||||
FROM nginx:stable-alpine as release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue