mirror of
https://forgejo.merr.is/annika/isl-vue3.git
synced 2025-12-11 12:26:36 -05:00
Type Issues Fixed and First Pass New Item Form
This commit is contained in:
parent
a1aa171bb1
commit
aafd3c19de
15 changed files with 422 additions and 164 deletions
|
|
@ -22,6 +22,10 @@ COPY . .
|
|||
|
||||
# [optional] tests & build
|
||||
ENV NODE_ENV=production
|
||||
# I can't run the type checking because of some sort of issue with
|
||||
# bun and vue-tsc.
|
||||
# see https://github.com/oven-sh/bun/issues/4754
|
||||
# RUN bunx --bun vue-tsc --build --force
|
||||
RUN bunx --bun vite build
|
||||
|
||||
# Copy the distribution folder into the final image.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue