mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ✨ Add emoji theme picker
This commit is contained in:
parent
ac4acd31cb
commit
6b6d1d44d2
13 changed files with 132 additions and 21 deletions
|
|
@ -12,6 +12,7 @@ FROM base AS builder
|
|||
|
||||
COPY . /app
|
||||
COPY --from=install /temp/dev/node_modules /app/node_modules
|
||||
RUN cd /app && bun run emojis:generate
|
||||
RUN cd /app && bun run build --preset node-server
|
||||
|
||||
FROM oven/bun:1.1.34-alpine AS final
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue