nixpacks 0.2.1

Generate an OCI compliant image based off app source
Documentation
1
2
3
4
5
6
7
import { Controller } from "@hotwired/stimulus"

export default class extends Controller {
  connect() {
    this.element.textContent = "Hello World!"
  }
}