chore: remove public landing application

This commit is contained in:
Jamie Pine
2026-07-20 15:29:48 -07:00
parent 47d9ce908f
commit e001439c06
95 changed files with 9 additions and 10105 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ COPY app/ ./app/
COPY web/ ./web/
# Strip workspaces not needed for web build, and fix trailing comma
RUN sed -i '/"tauri"/d; /"landing"/d' package.json && \
RUN sed -i '/"tauri"/d' package.json && \
sed -i -z 's/,\n ]/\n ]/' package.json
RUN bun install --no-save
# Build frontend (skip tsc — upstream has pre-existing type errors)