Dmitriy Mihaylenko

Results 4 comments of Dmitriy Mihaylenko

also this will make pages folder structure clear for ex, we have a structure like `pages/blog/index.astro` when we look at pages folder it confusing is it generated or my created...

When I build on local machine everything fine, this happens only in docker, how to fix that? I can assume that client and server builds are doing in parallel and...

``` FROM oven/bun:1-alpine WORKDIR /opt/app COPY package.json . RUN bun install COPY . . RUN bun run build.client RUN bun run build.server EXPOSE 3000 ENTRYPOINT ["bun"] CMD ["run", "serve"] ```...

> do you have Node.js installed on your local machine? Yes, I have both node and bun installed on local computer, I do not use `--bun` flag, and building with...