Skip to content

Instantly share code, notes, and snippets.

View blockmar's full-sized avatar

Anders Blockmar blockmar

View GitHub Profile
@blockmar
blockmar / template.yaml
Last active May 12, 2026 23:07
Example Canette Multi-App Template
name: "Node API + Postgres"
description: "Express API backed by a Postgres database"
apps:
- name: API
slug: api
source_type: git
git_url: https://github.com/org/api
git_branch: main
port: 3000