@proconex/atomic-design-kit@0.0.40Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
The atomic design kit for Proconex.
This package works with Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun




JSR Score
100%
Published
a year ago (0.0.40)
FROM denoland/deno:latest ARG VERSION # ENV DENO_DEPLOYMENT_ID=${VERSION} ENV PORT=3000 WORKDIR /app COPY . . RUN deno cache main.ts EXPOSE 3000 CMD ["run", "-A", "main.ts"]