Type Issues Fixed and First Pass New Item Form

This commit is contained in:
Annika Merris 2024-02-13 09:13:48 -05:00
parent a1aa171bb1
commit aafd3c19de
15 changed files with 422 additions and 164 deletions

View file

@ -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.