Initial version #1

Merged
Thilawyn merged 25 commits from base-project into master 2025-09-18 01:26:10 +02:00
Showing only changes of commit e84f68ac7b - Show all commits

View File

@@ -11,5 +11,5 @@ RUN bun install --frozen-lockfile && \
bun --cwd=./packages/server node:build && \ bun --cwd=./packages/server node:build && \
bun --cwd=./packages/webapp run build && \ bun --cwd=./packages/webapp run build && \
bun clean:cache && \ bun clean:cache && \
bun clean:node && \ bun clean:modules && \
bun install --frozen-lockfile --production bun install --frozen-lockfile --production