···4141# Builds and pushes to the server. Make sure to have access to strawmelonservices ;)
4242push: build
4343 rsync -avz --delete ./dist/ strawmelonservices:/root/docker/strawmelonjuice-site/
4444+ bun x wispctl deploy strawmelonjuice.com \
4545+ --path ./dist \
4646+ --site homepage
4747+
+2
priv/codegen-templates/data.gleam
···44/// requests due to autoreloading.
55pub const arrivertisements_show = False
6677+pub const address = "https://strawmelonjuice.com/"
88+79pub fn files() {
810 dict.from_list(todo as "templated:files")
911}