no more react

This commit is contained in:
2025-02-16 19:34:40 -05:00
parent 28d71a6ed1
commit 84e7089140
15 changed files with 99 additions and 351 deletions

View File

@ -0,0 +1,7 @@
FROM oven/bun
COPY package.json .
COPY astro.config.mjs .
COPY src/ .
COPY public/ .