Skip to content

Commit

Permalink
fix(docs): updated awesome docs with Unovis [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Sep 16, 2024
1 parent bff5447 commit e426673
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ RUN pnpm turbo run build --filter=@spectacular/${SCOPE}...
###################################################################
# Stage 4: Run the app (prod) #
###################################################################
# FROM gcr.io/distroless/nodejs:22 as final
# FROM gcr.io/distroless/nodejs:22-debug as final
# FROM cgr.dev/chainguard/node:latest-dev AS runner
FROM cgr.dev/chainguard/node:latest AS runner
# FROM base AS runner

Expand All @@ -92,9 +91,9 @@ ARG SCOPE
COPY --from=builder --chown=node:node /usr/bin/tini /usr/bin/tini
ENTRYPOINT ["/usr/bin/tini", "-s", "--", "/usr/bin/node"]

## copy runtime needed config files???
## copy runtime needed config files for `dashboard` app ONLY
# COPY --from=builder --chown=node:node /app/apps/${SCOPE}/config ./config
COPY --from=builder --chown=node:node /app/apps/${SCOPE}/package.json .
# COPY --from=builder --chown=node:node /app/config ./config

## Automatically leverage output traces to reduce image size
## https://nextjs.org/docs/advanced-features/output-file-tracing
Expand Down
3 changes: 2 additions & 1 deletion docs/awesome-sveltekit.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ Awesome **SvelteKit** Links

- Charts

- [Unovis](https://unovis.dev/) is a modular data visualization framework for React, Angular, Svelte, Vue and vanilla TypeScript or JavaScript. Explore [Gallery](https://unovis.dev/gallery)
- [LayerChart](https://www.layerchart.com/) which uses [Layer Cake](https://layercake.graphics/) - supports SSR, responsive graphics, full customizable layers for your graph.
- [apexcharts](https://github.com/galkatz373/svelte-apexcharts) with [flowbite](https://flowbite-svelte.com/docs/plugins/charts)
- [pancake](https://pancake-charts.surge.sh/)
- [LayerChart](https://www.layerchart.com/) which uses [Layer Cake](https://layercake.graphics/) - supports SSR, responsive graphics, full customizable layers for your graph.

- Maps

Expand Down

0 comments on commit e426673

Please sign in to comment.