chore(release): prepare v0.1.0 release for main #16

Merged
Ninosaurier merged 90 commits from dev into main 2026-08-05 15:57:47 +00:00
Showing only changes of commit 85b1ca240e - Show all commits
+1 -3
View File
@@ -10,11 +10,9 @@ COPY . .
RUN rm -rf node_modules packages/**/node_modules RUN rm -rf node_modules packages/**/node_modules
RUN rm -f pnpm-lock.yaml
ENV PNPM_CONFIG_SUPPORTED_ARCHITECTURES="current,linux-x64-gnu" ENV PNPM_CONFIG_SUPPORTED_ARCHITECTURES="current,linux-x64-gnu"
RUN pnpm install RUN pnpm install --frozen-lockfile
WORKDIR /app/packages/luna-charts WORKDIR /app/packages/luna-charts