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 f078c5196c - Show all commits

View File

@@ -9,7 +9,7 @@ RUN bun install --frozen-lockfile && \
bun lint:tsc && \
bun --cwd=./packages/server bun:build && \
bun --cwd=./packages/server node:build && \
bun --cwd=./packages/webapp build && \
bun --cwd=./packages/webapp run build && \
bun clean:cache && \
bun clean:node && \
bun install --frozen-lockfile --production