I like how portable bundled SvelteKit apps are. Sometimes, I just need to run things in a container.
```
FROM node:18-slim
COPY build package.json /app
WORKDIR /app
CMD [ "node", "index.js" ]
```
I've been in a local/offline-first rabbit hole. Excited to try out this gem: https://tinybase.org/
17.1.2023 06:03I've been in a local/offline-first rabbit hole. Excited to try out this gem: https://tinybase.org/