···1111 npm \
1212 build-base \
1313 sqlite-dev \
1414- postgresql-dev
1414+ postgresql-dev \
1515+ && npm install -g bun
15161617# Configure git for non-interactive use
1718ENV GIT_TERMINAL_PROMPT=0
+3
client/gleam.toml
···22version = "1.0.0"
33target = "javascript"
4455+[tools.lustre.bin]
66+bun = "system"
77+58[tools.lustre.build]
69minify = true
710# Build the application into our server's `priv/static` directory so it can be