Bluzzi

Results 10 comments of Bluzzi

I have the same problem, I can't start my project at all with Docker/TS-Node/SWC

That's what I am doing Dockerfile: ```docker FROM node:16.16-alpine WORKDIR /app COPY package*.json ./ RUN npm install COPY . . CMD npm run start ``` .dockerignore: ```docker node_modules ```

On several pages, it won't be less code. Moreover it forces to pass the title variable through another page. For your example, it's not relevant to do this for scripts...

In the case of using alternative runtimes that support TS by default (Bun, Deno), which solution will prevail between: - the native support of the runtime - the solution implemented...

👋 Also interested in this feature! For a dashboard requiring a connection, it's not relevant to have a `[locale]` folder, glad this package takes this into consideration

> Maybe you don't need at all SSG in your app too... Sooo, I _think_ you could omit the `[locale]` folder if you're never using SSG in your app, nope?...

There are other differences between the two versions: - `saltLength` no longer exists (original issue) - the type of `salt` is `any | undefined` instead of `Buffer | undefined` -...